are there any auto submit button code without click button?

As title, which mean, once some condition satisfy, the button already submited without have to click it.

  Discussion posts and replies are publicly visible

Parents Reply
  • Basically we have to pass the PV which we used in the Process model. For instance, in your process model, you will need value for some CDT (e.g., pv!saveTodb) to save into database and similarly need some values to be deleted from DB.

    In that case, the parameter should be {saveTodb: anyValueYouNeedToSave, deleteFromdb: anyValueYouNeedToDelete}.

    Also this PV's must be configured in Process model as Parameter as shown in the below image.

    Example from My process Model: 

Children