Skip to content

Commit

Permalink
Update ChoiceListFromCurrentEntityData.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Dec 22, 2023
1 parent 626761b commit 2c4bc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ChoiceListFromCurrentEntityData.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ Inside user defined attributes of view controller or list view, if there is acti

```xml
<userDefinedRuntimeAttribute type="string" keyPath="actions">
<mutableString key="value">{"actions":[ ... {"name":"anAction","scope":"currentEntity", ... ,"parameters":[{"name":"newParameter","label":"New Parameter","shortLabel":"New","type":"string","choiceList":{"dataSource":{"dataClass":"ATable","field":"aChoiceObjectField","currentEntity":true}}}...]}]}</mutableString>
<mutableString key="value">{"actions":[ ... {"name":"anAction","scope":"currentEntity", ... ,"parameters":[{"name":"newParameter","label":"New Parameter","shortLabel":"New","type":"string","choiceList":{"dataSource":{"dataClass":"ATable","field":"aChoiceObjectField","currentEntity":true}}}...]}]}</mutableString>
</userDefinedRuntimeAttribute>
```

0 comments on commit 2c4bc4f

Please sign in to comment.