Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Need to Default Purchases Amount in Integration Manager when there are multiple distribution lines

(0) ShareShare
ReportReport
Posted on by

The user needs to integrate credit memos with multiple distributions on the PURCH/Credit  side. They do not have the document total in the source file so they want it to default in. However, nether the Purchases/Document Amount nor the AP distribution amount defaults in (We have the source rule set to default Non-imported and it works when only 1 credit distribution line is in the file).

How do they get the Purchases Amount to default in and how do they get the AP account and amount to default in?

Thanks!

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Need to Default Purchases Amount in Integration Manager when there are multiple distribution lines

    D'oh. Totally zoned on the fact that I should check the working Integration for scripts.

    Before Integration:

    SetVariable "PurchaseAmount", CCur(0.00)

    Before Document Commit:

    DestinationFields("Purchases") = _

       GetVariable("PurchaseAmount")

    SetVariable "PurchaseAmount", CCur(0.00)

    On the Credit Distribution Field will be:

    SetVariable "PurchaseAmount", _

       CCur(GetVariable("PurchaseAmount")) + _

       CCur(SourceFields("AP Credit Memo.Amount"))

    CurrentField = SourceFields("AP Credit Memo.Amount")

    Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans