|
Post by suresh on Aug 22, 2023 11:33:25 GMT
Hi Everyone In the Chassis resource, I am currently attempting to include a string property with the label "Email" Inside OEM, Within this property, I intend to incorporate multiple email addresses into a single string. Could you kindly clarify if this arrangement would be deemed acceptable as a valid property? Ex: "Email" : " [email protected], [email protected], [email protected], [email protected]"; Is it valid property?
|
|
|
Post by mraineri on Aug 22, 2023 13:25:45 GMT
If you need it to be a single string, what you have shown is perfectly acceptable, especially since this is an OEM property; you're free to dictate delimiters as you need for your OEM application.
However, it might be worth considering using an array of string like this so you don't need to define any delimiters in the string to separate the addresses:
|
|