Description Usage in Database Structure

I've created test data to debug my workflow process, but I've noticed that the Fetch Entities step isn't outputting all the stored data. I've identified that the Long and Short Description fields are missing. Is this expected?


Comments

  • It is recommended to use a dedicated field for these values, rather than the CustomShortDescription and CustomLongDescription fields. These fields come by default with any entity objects, and do not persist in the database as other data fields. These are automatically generated to display in certain areas of the portal. In your particular case, custom data fields should be created for the two sets of data you're looking to save.

Sign In or Register to comment.