Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AROBS

Status
Not open for further replies.

ramam1

Programmer
Mar 20, 2009
226
US
Hey folks,

What is the role of AROBPS (accpac erp500 5.5a)?

It seems to be mostly a subset of AROBL but with the addition of a few fields relating to payment and discounts and another tidbit or two.

Also is this documented somewhere (I often have this question).

thanks!
ram
 
AROBS = document schedule payments.
Yes it is documented somewhere.
 
I'm still laughing at this response - very helpful E ;)

But seriously perhaps you would be willing to share with me _where_ I might find some such documentation?

thanks!

 
From here:

Roto ID - AR0037 DLL Name - AROBS Document Sched. Payments
Index List - 13 Index(es)

0 - Customer/Document Number
IDCUST, IDINVC, CNTPAYM
1 - Document Number
IDINVC, CNTPAYM
2 - Order Number
IDCUST, IDORDRNBR, IDINVC, CNTPAYM
3 - PO Number
IDCUST, IDCUSTPO, IDINVC, CNTPAYM
4 - Due Date
IDCUST, DATEDUE, IDINVC, CNTPAYM
5 - Nat. Acct./Customer/Doc. No.
IDNATACCT, IDCUST, IDINVC, CNTPAYM
6 - Remaining Cust. Receipt Amount
IDCUST, AMTPYMRMTC, DATEDUE, IDINVC, CNTPAYM
7 - Paid/Doc. No.
SWPAID, IDINVC, CNTPAYM
8 - Document Date
IDCUST, DATEINVC, IDINVC, CNTPAYM
9 - Paid/Prepay. No.
SWPAID, IDPREPAID
10 - Paid/Customer/Doc. No.
SWPAID, IDCUST, IDINVC, CNTPAYM
11 - Paid/Nat. Acct./Doc. No.
SWPAID, IDNATACCT, IDINVC, CNTPAYM
12 - Shipment Number
IDCUST, IDSHIPNBR, IDINVC, CNTPAYM

Field List - 27 fields

-- Name -- Type Size Prec --------- Description --------- Index Attrib Initial Value

IDCUST String 12 0 Customer Number 1 RKEA
Mask Presentation - %-12C
IDINVC String 22 0 Document Number 2 RKEA
Mask Presentation - %-22C
CNTPAYM BCD 3 0 Payment Number 3 RKEA 0
IDRMIT String 24 0 Receipt Number 4 EA
Mask Presentation - %-24C
DATEDUE Date 5 0 Due Date 5 EA 0
DATEDISC Date 5 0 Discount Date 6 EA 0
SWPAID Integer 2 0 Fully Paid Switch 7 EA 0
List Presentation with 2 items in the list:
0 - No
1 - Yes
DLNQSTTS Integer 2 0 Reserved 8 E
AMTDUEHC BCD 10 3 Original Amount (Func.) 9 EA 0.000
AMTDISCHC BCD 10 3 Original Discount (Func.) 10 EA 0.000
AMTDCSRMHC BCD 10 3 Remaining Discount (Func.) 11 EA 0.000
AMTPYMRMHC BCD 10 3 Remaining Amount (Func.) 12 EA 0.000
AMTDUETC BCD 10 3 Original Amount 13 EA 0.000
AMTDISCTC BCD 10 3 Original Discount 14 EA 0.000
AMTDSCRMTC BCD 10 3 Remaining Discount 15 EA 0.000
AMTPYMRMTC BCD 10 3 Remaining Amount 16 EA 0.000
IDORDRNBR String 22 0 Order Number 17 EA
IDCUSTPO String 22 0 PO Number 18 EA
IDNATACCT String 12 0 National Account Number 19 EA
Mask Presentation - %-12C
IDGRP String 6 0 Group Code 20 EA
Mask Presentation - %-6N
IDPREPAID String 22 0 Prepay. Apply-to Doc. No. 21 EA
Mask Presentation - %-22C
IDTRXTYPE Integer 2 0 Transaction Type 22 EA 11
List Presentation with 19 items in the list:
1 - Unapplied Cash - Posted
11 - Invoice - Item Issued
12 - Invoice - Summary Entered
13 - Invoice - Recurring Charge
14 - Invoice - Summary Issued
15 - Invoice - Item Entered
21 - Debit Note - Item Issued
22 - Debit Note - Summary Entered
24 - Debit Note - Summary Issued
25 - Debit Note - Item Entered
26 - Debit Note - Advance Credit Claim
31 - Credit Note - Item Issued
32 - Credit Note - Summary Entered
34 - Credit Note - Summary Issued
35 - Credit Note - Item Entered
40 - Interest Charge
50 - Prepayment - Posted
51 - Receipt - Posted
73 - Refund - Posted
TXTTRXTYPE Integer 2 0 Document Type 23 EA 1
List Presentation with 8 items in the list:
1 - Invoice
2 - Debit Note
3 - Credit Note
4 - Interest
5 - Unapplied Cash
10 - Prepayment
11 - Receipt
19 - Refund
DATEINVC Date 5 0 Document Date 24 EA 0
DAYSTOPAY Integer 2 0 Number of Days to Pay 25 EA 0
SWJOB Integer 2 0 Job Related 26 EA 0
List Presentation with 2 items in the list:
0 - No
1 - Yes
IDSHIPNBR String 22 0 Shipment Number 27 EA
 
Thanks Tuba. I use the AOM quite a bit when trying to figure out the application logic. Perhaps it's me but I sometimes find it does not suffice for me to figure out what the appropriate interpretation is. For example in this case I was trying to determine under what conditions an entry would be added or modified in AROBS. Normally I watch what Accpac does when I need to automate or extend a behavior but that's not always convenient. I've read all the relevant user, admin, SDK, XAPI docs and even the Red Maple stuff. Nothing really goes into any detail - by far the best I've found is reading the schema documentation (AOM) and then spying or recording the UI driven activities. I was hoping for something else.
cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top