Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:create [2022/09/13 18:15] – external edit 127.0.0.1 | a_f:a:create [2024/05/16 03:35] (current) – [Example] aware_admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>Actions | + | {{tag>Index Action |
| ====== CREATE ====== | ====== CREATE ====== | ||
| Line 39: | Line 39: | ||
| Note also that if the object being created has any attributes of the Date type, these attributes can be initialized with the value of the date for which the object is being created. For example, | Note also that if the object being created has any attributes of the Date type, these attributes can be initialized with the value of the date for which the object is being created. For example, | ||
| - | <code aim> | + | <code aim> |
| + | |||
| + | | ||
| + | |||
| + | This action will create as many instances of the specified business object as there are dates in the attribute storing text with Multi-Dates content. Note that the Arithmetic Operations here must be resolved to a string with multi-dates content (type of the text attribute must be Multi-Dates), | ||
| + | <code aim> | ||
| + | |||
| + | | ||
| + | |||
| + | This action will create as many instances of the specified business object as there are substrings in the attribute storing a delimited string. The default delimiter is ' | ||
| + | <code aim> | ||
| | | ||