- Function test() is getting called from the field change.
Declare Function test PeopleCode (destination field) FieldFormula;
test();
- Now under the (destination field) FieldFormula
Write the code below to call the function
Function test();
/*******Do the processing here like call application engine, create process request etc*******/
End-Function;
No comments:
Post a Comment