Skip to main content
November 29, 2023
Question

Getting DSE name

  • November 29, 2023
  • 5 replies
  • 0 views

Hi Team,

I have a constant which holds array of data store entities, In a interface I need names of those entities from constant.
for example: cons!xyz is my constant, if I just simply use this in interface I'm getting something like this(internal representation)

  • [Data Store Entity:"29c9c1bd-6809-486b-8da1-f993cd872bbc@867691"]
      • [Data Store Entity:"95bb55be-5347-4ea3-9713-b78870bbf7e3@867691"]
        instead is there any way to get name of those entities like "employee","education" ,something like that.

        Thanks in advance

      [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] 

        5 replies

        stefanhelzle0001
        Brainy
        November 29, 2023

        Not sure. But this is a rather static information. Why not just create a display rule to map DSEs to user facing names?

        December 11, 2023

        You mean we need to a create a expression rule to map the DSE's to names, whether we need to give pass the names manually?

        Correct me if I'm wrong? 

        stefanhelzle0001
        Brainy
        December 11, 2023

        Yes. Either an expression that could use the match() function to map UUID to name, or a decision table doing the same.