0 votes
in Serverless FP by
What is the set workflow(e) function does?

1 Answer

0 votes
by

set workflow(e) enables or disables the running of business rules that might normally be triggered by subsequent actions. If the e parameter is set to false, an insert/update will not be audited. Auditing only happens when the parameter is set to true for a GlideRecord operation.

Parameters:

e – A boolean variable that if true (default) enables business rules, and if false to disables them.

Related questions

0 votes
asked Feb 10, 2022 in Serverless FP by rajeshsharma
0 votes
asked Feb 10, 2022 in Serverless FP by rajeshsharma
...