Solved

FSM v6.6 Mobile Designer - View description for field

  • 23 October 2020
  • 2 replies
  • 119 views

Userlevel 3
Badge +7

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

icon

Best answer by Isuru Wijeratna 26 October 2020, 13:32

View original

2 replies

Userlevel 7
Badge +24

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

Userlevel 6
Badge +21

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