Saturday, January 18, 2020

InList Function

InList function, will searches for the string in Comma Separated Values, based on the string provided to search (two arguments are mandatory) and returns True if string occurs one or more times in a comma-separated list.
InList Function Syntax:
InList(“<string to search>”,”<comma separated values>”)
Example: InList("xyz", "asd,xya,xyz")

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...