How to get Data Store Entity constant information?

There is any way to get the Data Store name and entity from a data store constant?

  Discussion posts and replies are publicly visible

Parents
  • I think the question needs to be clarified. If the question is about how to create the DS Entity then you can follow below:
    Click on New->Constant.
    Specify Datastore Entity on the Type Dropdown.
    Select the Data Store Entity that you wished to be assigned to the constant.

    If you want to get the value of the DS Entity constant, you can probably get the object using the getconstantobjectbyname() function
Reply
  • I think the question needs to be clarified. If the question is about how to create the DS Entity then you can follow below:
    Click on New->Constant.
    Specify Datastore Entity on the Type Dropdown.
    Select the Data Store Entity that you wished to be assigned to the constant.

    If you want to get the value of the DS Entity constant, you can probably get the object using the getconstantobjectbyname() function
Children
No Data