Through InvokeServiceMethod we can call Business service from a Calculated Field Expression.
Syntax:
InvokeServiceMethod ("Business Service Name", "MethodName", "inputarg1=" + [Field Name 1] + "," + "inputarg2=" + [Field Name 2], "outputarg")
Note: We should avoid using InvokeServiceMethod if the Calculated Field is exposed in the UI. Business Service will be invoked every time user step off a record.
Syntax:
InvokeServiceMethod ("Business Service Name", "MethodName", "inputarg1=" + [Field Name 1] + "," + "inputarg2=" + [Field Name 2], "outputarg")
Note: We should avoid using InvokeServiceMethod if the Calculated Field is exposed in the UI. Business Service will be invoked every time user step off a record.
No comments:
Post a Comment