-
Hello, by using this following code : If "Artiste_Album" contain the following values : only the last value (Artiste_3) of the multi values "Artiste_Album" is set to the new note (newNoteObject). How to set ALL the 3 values (Artiste_1 to 3) to the new note ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For multivalued attributes use Note that if you want to make it inheritable then you need to pass 3rd param as true and leave out that "(inheritable)" from name. |
Beta Was this translation helpful? Give feedback.
-
Thank you !!! |
Beta Was this translation helpful? Give feedback.
Thank you !!!