Commit system.Images to another entity images

0
Hi All, We have a requirement involving two entities, "TakePicture" and "ClaimRequest," where "TakePicture" is a generalization of "system.images." The goal is to associate images captured by the "TakePicture" entity with the current user, and then i need  to take those images and commit to "ClaimRequest" entity. Finally, we aim to expose the images associated with "ClaimRequest" through REST services. Can anyone help me to achieve this.Thankyou in advance.
asked
2 answers
2

Hi Lokesh babu Dake

First I think you have to associate the TakePicture with the Account entity and you can check the system owner systemMember to save the user who created the objectimage.png

for ClaimSubmit you have to create an association between the two entities instead of the image attribute making the association based on the relation that you need to achieve the business case that you have.

Hope this answers your question if yes please recommend this as an accepted answer

answered
0

Should it be possible to have multiple pictures related to the same Claim?

Why don't you use an association between the two entities in stead of copying the fileid to the ClaimSubmit?

 

Information about setting up a REST service including image files can be found here.

answered