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 21, 2023
1 parent 0603eb5 commit 35f64d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ChoiceListFromCurrentEntityData.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ For entities, an object field must contain the choice list
var $entity: cs.ATable
...
$entity.aChoiceObjectField:=New Object(\
"One"; "1";\
"Two"; "2"\
"One"; 1;\
"Two"; 2\
)
```
> 🚧 show some other 4D code to fill it (if possible)
Expand Down

0 comments on commit 35f64d2

Please sign in to comment.