I have an instance action w/a confirmation required before triggering. The confirmation only displays a pop-up message. Is there a way to configure the confirmation pop-up to include an open-text field for the user to type context into?
Well, all I can think of is using this type of thing: [action comment required]FeedbackDelete is an Delete Action action comment required ...This should prompt a dialogue for open text input. You can put "action comment" on a form UI as well (I don't recall if Delete can have a form though...). Or try to make this an Instance Action with a param and form UI that requires the open-text user field of your choosing. The action rules would have to perform the delete (or purge if you want) then.
Thanks for the response - the action comment would work perfectly for this. Is there LPL to insert text or message on the action comment pop-up? I am getting error messages with anything I attempt.
Another follow-up here: Is there anyway to predetermine which confirmation is displayed first for an action if both "action comment required" and "confirmation required" are included in the action LPL. It seems like "action comment required" will display first regardless.