Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Access to Liferay Forms via workflows
Hello there
i have a requirement to create a form via Liferay Forms and i have to use Workflows.
I know i can use script-tags, but i dont know how to get access to the forms field.
i have an example to show my problem:
if a user select one option in the "single selection" field, depending on the choice of the user, the workflow should change the task or samething else.
but how to the name of the "single selection" field to make an if statemant.
Is there a way to get access to the forms field in workflow.xml?
i have a requirement to create a form via Liferay Forms and i have to use Workflows.
I know i can use script-tags, but i dont know how to get access to the forms field.
i have an example to show my problem:
if a user select one option in the "single selection" field, depending on the choice of the user, the workflow should change the task or samething else.
but how to the name of the "single selection" field to make an if statemant.
Is there a way to get access to the forms field in workflow.xml?
Hi ,
You can refer below link it might help you on how to access form field
https://liferay.dev/forums/-/message_boards/message/117353107
You can refer below link it might help you on how to access form field
https://liferay.dev/forums/-/message_boards/message/117353107
Hello,
thank you for your reply
i will check it out
thank you for your reply
i will check it out
It works, thank you so much