Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: RCDPLPL1

Package: Accounts Receivable

Routine: RCDPLPL1


Information

RCDPLPL1 ;WISC/RFJ/PJH - link payments listmanager options ;5/25/11 2:53pm

Source Information

Source file <RCDPLPL1.m>

Entry Points

Name Comments DBIA/ICR reference
CHKTRACE ;EP Protocol action - RCDP LINK PAYMENTS SEARCH CHECK
; Ask to search by check # or trace #
FINDCHEK ; Find a specific check used for payments
FINDTRAC ; Find a specific trace # used for EFT/ERA payments
FINDCRED ;EP Protocol Action - RCDP LINK PAYMENTS SEARCH CREDIT
; Find a specific credit card used for payments
ACCOUNT ;EP Protocol Action - RCDP LINK PAYMENTS ACCOUNT PROFILE
; Account profile
RECEIPT ;EP Protocol Action - RCDP LINK PAYMENTS RECEIPT PROFILE
; Receipt profile
CLEARSUS ;EP Protocol action - RCDP LINK PAYMENTS CLEAR SUSPENSE
; Flag a payment as being cleared from suspense
SELPAY() ; Select a payment from the form list
ASKCHEK() ; Ask the check number
ASKTRACE() ; Ask the e-payments trace number
ASKCRED() ; Ask the credit card number
ASKTYPE() ; Ask the type of match
ADDCMT(RCRECTDA,RCTRANDA)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: CHKTRACE+6
Function Call: WRITE
  • Prompt: !
  • Line Location: FINDCHEK+6
Function Call: WRITE
  • Prompt: !
  • Line Location: FINDTRAC+6
Function Call: WRITE
  • Prompt: !
  • Line Location: FINDCRED+7
Function Call: WRITE
  • Prompt: !!,"This option will allow you to enter the FMS Document Number used"
  • Line Location: CLEARSUS+5
Function Call: WRITE
  • Prompt: !,"to clear the payment from the suspense account in FMS. Once an"
  • Line Location: CLEARSUS+6
Function Call: WRITE
  • Prompt: !,"FMS Document Number is entered, the payment will no longer appear"
  • Line Location: CLEARSUS+7
Function Call: WRITE
  • Prompt: !,"on the list as Unlinked.",!
  • Line Location: CLEARSUS+8
Function Call: WRITE
  • Prompt: !
  • Line Location: CLEARSUS+15
Function Call: WRITE
  • Prompt: !!," Receipt: ",$P(^RCY(344,RCRECTDA,0),"^")
  • Line Location: CLEARSUS+19
Function Call: WRITE
  • Prompt: !," Transaction: ",RCTRANDA
  • Line Location: CLEARSUS+20
Function Call: WRITE
  • Prompt: !," Unapplied Deposit Number: ",$P($G(^RCY(344,RCRECTDA,1,RCTRANDA,2)),"^",5)
  • Line Location: CLEARSUS+21
Function Call: WRITE
  • Prompt: !,"A comment is required when changing the status of an item in Suspense. Please try again."
  • Line Location: ADDCMT+9
Info |  Source |  Entry Points |  Interaction Calls