Hi, all.
I would like to ask about the Scheduling Gantt Chart widget.
I want to edit a pack that has already been created with actions in the right-click menu.
In the right-click menu, I must click Pack once to get the Object of Pack. But even when Pack is not selected, I can still right-click.
I think this will confuse end-users, so I want to know how to deal with it.
My name is Molly, I’m the product lead for this tool. Thanks for submitting your question. Welcome to Dynamic Scheduling channel!
If I am understanding correctly, you want to be able to pass in the Puck that you are right clicking on, into your Action form. And you want to do this automatically, so that the user does not have to manually select the puck first, THEN do the right click.
Currently you can do this in the following way:
Navigate to your Action Form in OMA
In the Form fields, open the “Objects” form input.
Go to the Details tab of this input. Set the id to “pucks”. Note: this is if you want to pass in multiple objects. If you want to pass in one object, set the id to “puck”.
Ensure that your form fields have no additional errors. For example, we often see that people will need to navigate to “Assignee” and ensure that the Default value is based off the Object inputted in the form.
Hit save
When you go to right click this puck in the scheduling gantt, it should now autofill with the puck you are right clicking on.
In the future, this process will be simplified.
An example with an Object called “Maintenance Task” is attached.