NDUNDU
29th September 2022, 16:47
Hello,
I'm have created a calculated field (extension) that looks up the shipping contraint of a business partner. I'm showing this field in the sales order header, but it only shows the ID of the shipping contraint and not the description. Is there anybody who can tell me how to get the field showing the description?
I have used this statement in the calculated field:
select scon
from tccom110 as a
where a._index1 = {tdsls400.ofbp}
I'm adding a snapshot of how the field is currently displayed. I guess that I need to add an extra table to find the correct description, but I am not sure where the descriptions are stored.
PS: I am rather new to LN and this is my first post. Hope that it is clear enough.
I'm have created a calculated field (extension) that looks up the shipping contraint of a business partner. I'm showing this field in the sales order header, but it only shows the ID of the shipping contraint and not the description. Is there anybody who can tell me how to get the field showing the description?
I have used this statement in the calculated field:
select scon
from tccom110 as a
where a._index1 = {tdsls400.ofbp}
I'm adding a snapshot of how the field is currently displayed. I guess that I need to add an extra table to find the correct description, but I am not sure where the descriptions are stored.
PS: I am rather new to LN and this is my first post. Hope that it is clear enough.