Hi,
I have created a custom object with an array field.
Also, I want to send an email containing a record of the related object, and I don't have any problem with this.
I can add the array field also with no problem, but I would like to be able to edit any record of this array; Is this possible?
Example:
This is because I want to save, into this array field, a random number lines containing, each, a URL's for images that I don't want to save properly as images or attachments into the object into the CRM since they are going to be a lot and hi-resolution; besides, the images already exists on an external bank of images.
What I need to do is to add the HTML code for an image, and when the source attribute is necessary, I use the first row of the array field and the same for each line of the array field.
I have created a custom object with an array field.
Also, I want to send an email containing a record of the related object, and I don't have any problem with this.
I can add the array field also with no problem, but I would like to be able to edit any record of this array; Is this possible?
Example:
This is because I want to save, into this array field, a random number lines containing, each, a URL's for images that I don't want to save properly as images or attachments into the object into the CRM since they are going to be a lot and hi-resolution; besides, the images already exists on an external bank of images.
What I need to do is to add the HTML code for an image, and when the source attribute is necessary, I use the first row of the array field and the same for each line of the array field.
Comment