I’m looking at a way , that once a user selects ToGo department, they put the order in, and just before ticket closes, it asks for user to insert customer name and number. Once inserted and Ok is pressed, it creates the entity and assigns it to the ticket before closing.
I tried to create an action “create entity” with custom fields
Then created a rule for “before closing ticket” . added the constraint
IF ticket type = ToGo then
Create entity action is fired. But I’m trying to get a keyboard to popup for user to insert the information, which I’m not sure how to do.
Any help would be greatly appreciated
Edit: should I use another action “Load Entity” to assign the entity to ticket?
Also what constraint would I use in the load entity so it picks up on the new customer the previous action just creates(if load entity is the correct second action to use)
