Sage 100

 View Only
Expand all | Collapse all

Has anyone ever setup AP Invoice Payment Selection

Therese Logeais

Therese Logeais09-05-2013 06:04

Therese Logeais

Therese Logeais09-05-2013 06:25

Therese Logeais

Therese Logeais09-05-2013 06:31

Robert Wood

Robert Wood09-09-2013 05:50

Eric Anderson

Eric Anderson12-09-2014 09:10

  • 1.  Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 05:58
    Has anyone ever setup AP Invoice Payment Selection to filter based on a UDF? I can't see how to make it work. It's Sage 100 Std 4.50.


  • 2.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:04
    Interesting. What's the purpose?


  • 3.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:10
    They pay certain vendors via paycard. They would like to be able to select just those customers or exclude them.


  • 4.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:22
    Can you select on terms? Perhaps set one up to pay on a specific day of the month......


  • 5.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:24
    Apparently not. They have different payments terms for both payment types.


  • 6.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:25
    What about the Sort field?


  • 7.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:26
    I literally just asked that question. Apparently they are using that for another payment selection category.


  • 8.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:31
    Could they combine them, e.g. ""XXX Paycd""?


  • 9.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 06:31
    It soumds like it would require a modifiation to the code. Not sure if it is Scriptable.


  • 10.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 08:18
    It is sounding like they are going to handle it manually some how for now. Thanks everybody!


  • 11.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 09:22
    1. Create Vendor udf 2. Create AP Invoice Header BO udf 3. Create AP Invoice Header Posting BO udf 4. Create AP Open Invoice BO udf 5. Then Customizer Selection: A/P > Common Entry > DSELECTINVS (add UDF, which will add it to the Invoices Select screen) 6. Then during the invoice selection process, you can sort by that new UDF column and select the applicable invoices.


  • 12.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 09:23
    What we used to do when they needed to use Sort Code for multiple selection criteria was to create as many UDF's as needed to hold the multiple criteria (in your example at least 2). Then we would use VI (today maybe a script) to first clear out the Sort Code and then copy the relevant UDF to the Sort Code field and then run Invoice Payment selection.


  • 13.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 10:23
    We have a client that does the same sort of thing. I set those vendors up as ACH Vendors, although an ACH file is never generated and no bank info is ever entered. You can perform check selection based on each type. Once the 'checks' are processed, we can isolate these checks to an exported csv file for upload to the ePay system at the bank.


  • 14.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 21:29
    Thanks @BrettZimmerman ! I didn't realize it was in Common Entry.


  • 15.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-05-2013 21:29
    Thanks everyone! Great suggestions across the board!


  • 16.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-06-2013 05:28
    Awesome @BrettZimmerman . Another little known fact..........


  • 17.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-09-2013 05:50
    Another Quick Tip From Zip!


  • 18.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-09-2013 06:01
    @BrettZimmerman This would be great to turn into a 90minds blog post. If you do it, I'll post


  • 19.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 09-09-2013 06:17
    Agreed, was planning to. Thanks, @MarkChinsky, @RobertWood


  • 20.  RE: Has anyone ever setup AP Invoice Payment Selection

    Posted 12-09-2014 09:10
    Love this - needed this today and voila!