Skip to main content
March 14, 2023
Question

Issue While Displaying Values in Interface

  • March 14, 2023
  • 2 replies
  • 0 views

Dear Team,

Am using a!startProcessLink(),When User Click on Edit just am popule all values which we are passing through a!startProcessLink().But in interface am not getting values for a particular CDT.Getting two values out 13 columns. 

Sample Code:

local!Billinfdetails:getting values from expression rule

a!startProcessLink(

processModel:Cons!ProcessModal,

processParameters:{

billingDetails:local!Billinfdetails

}

)

when am mapping this billing Details to ruleInput in Interface not able to get the all values getting two columns values only.

Can please help on this any one

)

    2 replies

    konduruc733182
    March 14, 2023

    Hello rajeshwargoudm2483,

    Could you please share the configuration details of your Process variables that you have defined as parameters.

    stefanhelzle0001
    Brainy
    March 14, 2023

    Do you see all values in the local local!Billinfdetails? Is that process variable of the same CDT data type?