Show Reserved Physical in SO Lines

Duplicate in other forum: community.dynamics.com/…/186915

Hello, i need help.

i want to show the Reserved Physical in SO Lines

here is how to get the Reserved Physical:

get the (12) reserved physical and show it in Sales OrderLines:

how to do it?

can you show me code please? thanks

Look at \Forms\SalesReleaseOrderPicking

It has the reserved physical field for the selected sales line.

It doesn’t matter even if it is a duplicate thread. Not every one will be looking at all the forums.

One thing you can do is to update here when you get answer in the other forums, so that some one would not spent their time for answering you here.

thanks Kranthi. your suggestion works

i just copied the code from SalesReleaseOrderPicking

salesLine_ds.cacheAddMethod(tableMethodStr(SalesLine,reservedPhysical));

then paste it in my form, made a RealEdit and set the DataMethod to reservedPhysical.