Quantcast
Channel: Sage X3 – Tips, Tricks and Components
Viewing all articles
Browse latest Browse all 1519

How to add additional filter criteria to shipment validation function

$
0
0

Standard function FUNCFMDLV (Shipment validation) is used for bulk shipment posting. There are several filter criteria’s available on this function. But, what if you want to add any additional filter criteria for the shipment being passed for posting?

New Stuff: How to reset folder to zero

Using an Entry transaction we can easily add the additional criteria, follow the below steps for the same.

Step 1: Add entry point to the standard processing file FUNCFMDLV. I have created YFUNCFMDLV. Refer to below screen shot.

Untitled

 

Step 2: CFMDLVFIL: is the action where we can add selection criteria for the shipments to be confirmed.

Step 3: The FILSUP variable has been created to add additional criteria. It has a length of 250 characters. To aid the functioning during the evaluation, FILSUP is initialized to the string “1=1″ if it has not been loaded by the entry point. Refer to below snippet of code.Untitled1

Also Read:

1. How to filter the table with user defined conditions in Sage X3.
2. How to filter Left browser on field action…!
3. Filtering the Selection List in Sage X3 without object.
4. Filtering Object Based Selection List.
5. How to filter Local Menu


Viewing all articles
Browse latest Browse all 1519

Trending Articles