eric.dizon
29th November 2012, 16:28
I have customized form Type 3 displaying multiple occ. I would like to filter out the result once the form loads. What command to use?

JaapJD
30th November 2012, 11:55
query.extend.where()

eric.dizon
5th December 2012, 00:54
Hi Jaap,

I created a customized form that is called from the Specific menu of Sales Order Lines. It is a display session that I need to filter using query.extend.where(). The problem is I don't know how to retrieve the Sales Order number from the main session. Can you please help?

Regards,

Eric

JaapJD
5th December 2012, 09:34
You can use the import() function for that.