I have 3 inputs data stored in data type class when clicking on Save Contact Button. My requirement is error massage comes on button when clicking submit button if i not save the records into data type class (not clicking button) . How can i achieve this
@NagarjunaS16644648 you can pull the data from data type using dpage-> report definition.
Now you can validate the data page whether data is blank or not using validation rule in flow action. On clicking submit, validation rule will be fired and if data doesn’t exists, error will be fired.
@NagarjunaS16644648 you ca call the Data page directly in validation rule and pass the parameters to the D page and check pxResultcount should be =1 or greater than 1 values conditions check true or false
If I was not clicked on Save Contact button (That means the inputs are not saved backend data type table). Then Error appears when I was clicked on Submit Button. If I was clicked Save Contact button the records are stored into table. Then no error appears after clicked Submit button and redirect into next screen