Is it possible every option (dynamic) have different process

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
cishpix
Posts: 183
Joined: Fri Nov 06, 2015 5:07 am
Location: Indonesia

Is it possible every option (dynamic) have different process

Post by cishpix »

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
Regards,

Suwandy
-----------------
Kisaran - Indonesia
BobK
Posts: 545
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Re: Is it possible every option (dynamic) have different process

Post by BobK »

I am not sure how helpful this will be, but take a look at the EXEC_STRING action.

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
hpl123
Posts: 2594
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: Is it possible every option (dynamic) have different process

Post by hpl123 »

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)
Post Reply