Hi All,
I have created a custom entity that contains a saved image URL. I need to display the corresponding image on a custom page. How can I achieve this?
I tried using the 'Image' control, but it is not working.
Hi All,
I have created a custom entity that contains a saved image URL. I need to display the corresponding image on a custom page. How can I achieve this?
I tried using the 'Image' control, but it is not working.
Great Question, I would also like to know!
Image Field: Displays in Card - Does NOT Display in Group | IFS Community
I figured it out. Could not set these values on the client and needed to use CRUD_Update and CRUD_Create instead of passing values via structures. I did that with a call to a bound action where the logic was implemented.
Once in the PROCEDURE it is pretty straight forward using the generated types and methods to pass around the values to create the record in the related virtual table and update the parent table. It closely resembles how the ReceiveShopOrder assistant is constructed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.