eric.dizon
4th December 2012, 22:38
Hi,

I am trying to create a custom session that display duplicate values of tdsls400.refa, refb, corn which called in the specific menu of Sales Order - Lines tdsls4100m900.

I am planning to use query.extend.where() function to filter out possible or like duplicates. I am just stump on how to retrieve/referennce the Order Number tdsls400.orno from tdsls4100m900 session. Any idea on how to do that?


Regards,

Eric

bdittmar
5th December 2012, 12:59
Hi,

I am trying to create a custom session that display duplicate values of tdsls400.refa, refb, corn which called in the specific menu of Sales Order - Lines tdsls4100m900.

I am planning to use query.extend.where() function to filter out possible or like duplicates. I am just stump on how to retrieve/referennce the Order Number tdsls400.orno from tdsls4100m900 session. Any idea on how to do that?


Regards,

Eric

Hello,

try:
......
and tdsls401.orno refers to tdsls400

Regards

eric.dizon
6th December 2012, 18:03
Thanks for the tip