Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

COMBINE VENDOR in NAV 2013 R2

(0) ShareShare
ReportReport
Posted on by

I could not find in our NAV 2013 R2, "COMBINE VENDOR".  May I know how to have this option?

*This post is locked for comments

  • Suggested answer
    tpupko Profile Picture
    2,048 on at
    RE: COMBINE VENDOR in NAV 2013 R2

    Vendor - OnPreDataItem()

    IF (OldVendor = '') OR (NewVendor = '') THEN

     EXIT

    ELSE BEGIN

     IF NOT CONFIRM(Text001) THEN

       EXIT;

     Window.OPEN('#1################################');

     Vendor.SETRANGE("No.",OldVendor);

    END;

    Vendor - OnAfterGetRecord()

    IF (OldVendor <> '') AND (NewVendor <> '') THEN

     WITH Vendor DO BEGIN

       Vend.GET(NewVendor);

       TmpVendor.INIT;

       TmpVendor.TRANSFERFIELDS(Vend,FALSE);

       Vend.DELETE;

       Window.UPDATE(1,Text002);

       IF VendAgrmt.GET(OldVendor,'') THEN    (we have agreement functionality in Russia)

         VendAgrmt.DELETE;                               (we have agreement functionality in Russia)

       IF RENAME(NewVendor) THEN BEGIN

         TRANSFERFIELDS(TmpVendor,FALSE);

         MODIFY;

         Window.UPDATE(1,Text003);

       END ELSE BEGIN

         TmpVendor.INSERT;

         Window.UPDATE(1,Text004)

       END;

       SLEEP(200);

     END;

    Vendor - OnPostDataItem()

    Name ConstValue

    Text001 Are you sure?

    Text002 Change links process are going

    Text003 Change links process completed

    Text004 Change links process failed

    Text005 Type must not be %1

  • Community Member Profile Picture
    on at
    RE: COMBINE VENDOR in NAV 2013 R2

    Dear Maneesha De Silva,  it is not in all versions as other said.

  • Suggested answer
    Maneesha Profile Picture
    5,891 on at
    RE: COMBINE VENDOR in NAV 2013 R2

    pls refer this

    msdn.microsoft.com/.../dn397373(v=nav.71).aspx

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: COMBINE VENDOR in NAV 2013 R2

    Download a Russian demo database. Look for the functionality and copy it. Ask a developer (your partner) to do it.

  • Community Member Profile Picture
    on at
    RE: COMBINE VENDOR in NAV 2013 R2

    Then is there other option / solution to Remove Duplicate Vendors?

  • Suggested answer
    tpupko Profile Picture
    2,048 on at
    RE: COMBINE VENDOR in NAV 2013 R2

    Hi Mohamed,

    Yes, these function are part of russian localization

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: COMBINE VENDOR in NAV 2013 R2

    "Combine Vendor" (or Combine Customer) is part of Russian Localization.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics NAV (Archived)

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans