Update index.md
Fixed the code example with missing parenthesis.
This commit is contained in:
parent
f752d97ccc
commit
ced983249c
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ Some examples to work with the list of fields:
|
|||
|
||||
trigger OnModifyRecord(): Boolean
|
||||
begin
|
||||
ItemAPIOperations.ModifyItem(Rec, TempFieldSet;
|
||||
ItemAPIOperations.ModifyItem(Rec, TempFieldSet);
|
||||
exit(false);
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue