Skip to main content

Hello, I am struggling to add a custom field to a Data source.

My custom field is Cf_Project_Manager which is added to the “Shipment” view and displays correctly their i am just struggling to add it to the data source to use within a lobby element.

 

 

Have you changed view name on your data source to SHIPMENT_CFV?


@DanielC112 as @AussieAnders suggested you need to amke sure you’re querying the _CFV view.

Also, you need to specify the column name including the $ sign: CF$_PROJECT_MANAGER in your case.

See below an example:

 


Reply