Hi, I have created a CDT AirlineDetail and AirlineBooking. In the AirlineDe

Hi,
I have created a CDT AirlineDetail and AirlineBooking. In the AirlineDetail I have added a fields AirlineID and AirlineName. I have created a form design for AirlineBooking and add a combobox to pick the AirlineID from AirlineDetail but it is not showing any list though the record exist in Airlinedetail table. In the form I have mapped the value and default value as =pv!airlinedetail.AirlineId.
Also, once I picked the AirlineID from the combobox the AirlineName should automatically displayed the value as per the table/CDT AirlineDetail.
e.g. AirlineID - 123, then Airlinename in the form textbox should shows "ABC Airlines". Please suggest how it can be done.

Thanks in advance for any suggestion you have provided for the below issue....

OriginalPostID-115477

OriginalPostID-115477

  Discussion posts and replies are publicly visible

Parents
  • I have created a query rule as rule input airlineid as integer and query condition AirlineID = AirlineID. Also, mapped this query rule in the field AirlineID. But I am getting this error.
    ERROR:An error occurred while evaluating expression: =rule!SPGAirlineID() (Expression evaluation error in rule 'spgairlineid': Rule 'spgairlineid' has 2 parameters, but instead passed 0 parameters.) (Data Inputs).
    Please suggest...

Reply
  • I have created a query rule as rule input airlineid as integer and query condition AirlineID = AirlineID. Also, mapped this query rule in the field AirlineID. But I am getting this error.
    ERROR:An error occurred while evaluating expression: =rule!SPGAirlineID() (Expression evaluation error in rule 'spgairlineid': Rule 'spgairlineid' has 2 parameters, but instead passed 0 parameters.) (Data Inputs).
    Please suggest...

Children
No Data