Retrieving the object based on UUID

Hi everyone,

We had a summarized task list ( SOURCE : View ) in a grid , where we have rows coming from so many record types.

We had a recordlink present for every id, once clicked it have to redirect it's concerned record type dynamically.

So could you please help me retrieve the object type using its UUID.- Once provided it had to retrieve the recordtype, which i will pass dynamically to the recordtype input in a!recordlink().

If anybody worked on any type of this scenario, please help me on this.

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    hi,

    in this scenario you would have to make sure that you have same view for all record types. 

    There is one workaround that you can think of. Create a view on database level where you will union all types into one common view then define record type for that view so you will have one recordlink with one view.

Reply
  • 0
    Certified Senior Developer

    hi,

    in this scenario you would have to make sure that you have same view for all record types. 

    There is one workaround that you can think of. Create a view on database level where you will union all types into one common view then define record type for that view so you will have one recordlink with one view.

Children