commit
b1a5afb320
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;
|
||||
|
||||
|
|
@ -105,4 +105,4 @@ codeunit 50000 "Item API Operations"
|
|||
```
|
||||
|
||||
## Benefits
|
||||
Having a list of fields that are part of the API request provides more information during to the insert or modify operation. This helps to implement specific behavior, based on which fields were specified in the API request.
|
||||
Having a list of fields that are part of the API request provides more information during to the insert or modify operation. This helps to implement specific behavior, based on which fields were specified in the API request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue