Hello Experts,
I am trying to execute an edit transaction on Equipment object. I have currently called the edit transaction using a button on Equipment Details screen as follows.
1) Created a transaction on Equipment object.
2) Properties have "EquipmentID".
3) Config. under this property:
4) the Update step under this transaction.
5) the action which calls this transaction:
6) Action steps:
7) Action step to call the transaction:
Apart from these settings, I have created the required screen set, required button, navigation, set up fields on the screen referring to the transaction and all other required settings.
Now, while running the application, I am able to navigate and pass the field values from details screen to custom edit screen.
While clicking on apply (green check button), it throws the following error:
What can be missing here? Is it mandatory to create a rule on Key property of the transaction? As of now, no rule exists on the ID as it is an edit transaction.
Any help will be greatly appreciated.