Share via


SalesLine.mcrCanContinuityLinePick Method

Looks at the payment schedules since they are the things that would stop it from processing.

Syntax

public boolean mcrCanContinuityLinePick()

Run On

Called

Return Value

Type: boolean
true if the continuity payment schedules are available to be processed by inventory; otherwise, false.

Remarks

Return true if: - not a continuity child - contintuiy, bill up front, no schedule.

- contintuiy, bill up front, schedule - on account - continuity, bill up front, schedule - credit card - all submitted are authorized.

- continuity, not bill up front, no schedule.

- continuity, not bill up front, schedule - on account - continuity, not bill up front, schedule - credit card - all submitted are authorized.

Return FALSE if: - continuity, bill up front, schedule - credit card - any on hold or denied due today or before.

- continuity, not bill up front, schedule - credit card - any on hold or denied due today or before.

Default return value is true so true conditions skipped.

See Also

Reference

SalesLine Table