Hi all,
assume I have a BO (named documentLists), I can add/delete the document of course with the document name too. And I have some process related with the document names.
My question:
Is it possible if I select a document name in documentLists, then it shall run a process that related with the document name?
If yes, please let me know how can I do it?
Thanks
Is it possible every option (dynamic) have different process
Is it possible every option (dynamic) have different process
Regards,
Suwandy
-----------------
Kisaran - Indonesia
Suwandy
-----------------
Kisaran - Indonesia
Re: Is it possible every option (dynamic) have different process
I am not sure how helpful this will be, but take a look at the EXEC_STRING action.
From the User Guide:
From the User Guide:
EXEC_STRING Action
This action executes the specified string as if it was an action of the Rule Language.
This allows configurators to define rule actions dynamically,
Bob
Re: Is it possible every option (dynamic) have different process
Not sure I understand you question but THINK I do. I for example have a form with a dropdown of references to a BO called OperationItem. That BO then has processname in it and using the STARTPROCESS function to run a process (i.e I use a process to open up the initial form and then that same process to pick up selected operation and run the operation process). The same functionality could be used in your scenario?
Henrik (V8 Developer Ed. - Windows)