How to index a multilines record type field out of a grid

Certified Senior Developer

Hi,

I have RecordType based grid (the recordType is called "CJT_R_Vehicles").

The multiple grid selection is saved into a "selectedVehicles" local variable.

Then I need the selectedVehicles to be passed to an ER.

- What is the RI Type you would select in the ER to store the selection lines ?

   CJT_R_Vehicles

   CJT_R_Vehicles (array)

   RecordType

   RecordType (array)

- In the ER, how you would manipulate the RI (vehicle lines) ?

Let's say I need to index some fields, how would you do ?

I'm just curious because with this kind of type, we can not manipulate them with string fieldnames, without to be exposed to this error :

CJT_R_Vehicles must be indexed by its corresponding record type fields

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data