Request clarification before answering.
Hi @bill_froelich as per the last response to get the details of the committed records the work around is to make read call with query parameters. Do you mean we will need to pass the key parameters those used for record creation or can use @odata:readLink in the read API? can you please advise?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The OnSuccess of the Change Set doesn't have any data associated with it so I would expect the action result to be empty. Since the Change Set usually involves more than one OData actions (create/update), if you need to access the action result from one of the actions then you would want to attach a rule to the OnSucess of the individual action. If you only want to use that data if the overall change set is successful you can just temporarily store the action result and then reference from the change set OnSuccess rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where are you calling your rule, in the OnSuccess of the ChangeSet or the OnSuccess of the CreateEntity?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.