Skip to content
  • Unique field for a Custom Entity

    Cloud Code cloud code script cus cloud code
    3
    0 Votes
    3 Posts
    2k Views
    J
    Hi Reza, a simple workaround I would recommend is using our atomic methods, such as IncrementGlobalStats, to form the field values with the returned value of that method and some other characters you selected. (defined a global statistic ahead of time, call IncrementGlobalStats() get the returned current value of the global statistic, e.g. 123, then combine with the name you selected to a unique name, such as name_123)