Skip to main content

When we retreive data from a table in IFS Cloud by referencing the field (for example SHIPMENT_LINE_OVW_CFV.SOURCE_REF1) we get an error in datasource.For example , we use the packing problems lobby element in prod9 without any problem. When we want to use the same element in ifs cloud, we encounter this problem in datasource.

Data source of prod9 lobby element

Cloud Lobby element data source

Cloud Element Designer

Prod Element Designer

We also tried by writing ifsapp and &AO at the beginning of the table names but it not work.

@Sena Kayıkçı the DB objects that you can use in the Datasources are DB Views, not tables. Only IFSAPP user has access to query the tables. Other users can query the DB Views.

Could you try to Append &AO. in front of the View and in the params of the Customer_order_line.Get_state function call? 


Hi @Marcel.Ausan  ,

I meant to say view. we are trying to access fields through views. we tried adding &AO to the front of the view and to the parameter of the function call. but unfortunately it didn't work this way either.


@Sena Kayıkçı what error do u get when you append &AO. ?

Could you share a screenshot?


Reply