Is there a way to populate the values for an array variable from 2 different arr

Is there a way to populate the values for an array variable from 2 different array variables in SAIL?
i have a array variable CDT_1 which has a ,b and c as fields and another array variable CDT_2 which has x,y and z as fields. Now I have an array variable CDT_3 which represents a CDT with fields a,b,c,x,y,z. I want to populate the CDT_3 from CDT_1 & CDT_2 in SAIL.

OriginalPostID-145331

OriginalPostID-145331

  Discussion posts and replies are publicly visible

Parents
  • Hi All,

    I have a similar requirement and though I can work with the type constructor. But I am trying to join the CDTs with the function joincdts(). However, I am getting null error.

    Expression evaluation error in rule 'lepp_applicationhistoryform' at function 'joincdts' parameter 3 [line 7]: Invalid index: Cannot index property 'id' of type Text into null value of type LEPP_PrepaidMain?list

    Any suggestions is highly appreciated.
Reply
  • Hi All,

    I have a similar requirement and though I can work with the type constructor. But I am trying to join the CDTs with the function joincdts(). However, I am getting null error.

    Expression evaluation error in rule 'lepp_applicationhistoryform' at function 'joincdts' parameter 3 [line 7]: Invalid index: Cannot index property 'id' of type Text into null value of type LEPP_PrepaidMain?list

    Any suggestions is highly appreciated.
Children
No Data