Update index.md

Fixed the code example with missing parenthesis.
This commit is contained in:
Naresh 2022-07-11 09:32:11 +01:00 committed by GitHub
parent f752d97ccc
commit ced983249c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ Some examples to work with the list of fields:
trigger OnModifyRecord(): Boolean trigger OnModifyRecord(): Boolean
begin begin
ItemAPIOperations.ModifyItem(Rec, TempFieldSet; ItemAPIOperations.ModifyItem(Rec, TempFieldSet);
exit(false); exit(false);
end; end;