Skip to main content

Good morning,


I am in Mobile Designer and added the field place.creadit_terms_cd to the CustTabDetail screen.  I cannot figure out how to get the field to display the description of the code value instead of the code value from the CREDIT_TERMS_CD code table.   ​

 

Thanks

Hi @mmathias,

I believe the description is only held on the Code Table so you would need to join in to the code table using the value and then pull the description field on the code table for that entry.

Kind regards,

Lee Pinchbeck


This code table “credit_terms_cd” is not syncing to mobile. you can cover this requirement by below two ways.

  1. create separate view with all relevant info as 1 view , sent to mobile and create screen based on it.
  2. Sync this table separately and load description based on the code value by using client script. 

Cheers!!!

 


Reply