Hi Team,
I'm building the CRM extension, which includes Custom Actions.
If we create a Custom Action as "New" and set the custom function as `info "test";` we can able to execute.
If we create a Custom Action as "New First"(i.e with space) and set the same custom function, we are getting an error as "Syntax error. Expecting namespace or function name. Found 'First'" while executing.
If we edit the existing Custom Action "New"(without space) to "New Function", we are getting error as
"Syntax error. Expecting 'throws','sendmail','sendsms','break',function call statement,'pushnotification',assignment statement ,'try','if','for',invokeurl statement,'return',invokeintegration statement,'continue' or 'cancel'. Found 'New'."
Can you please help us with why we can't create Custom Action with space and can't edit existing Custom Action to include space?
Also, I'm not sure the vfw1 value is generated in Workflow, we didn't give this value in the function definition.
Please share a sample Custom Action function or help us with documentation to clearly explain how to configure the function Custom Action.
Sample Function where we face this issue,