web
You’re offline. This is a read only version of the page.
close
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

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

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

  • Suggested answer
    tpupko Profile Picture
    2,048 on at

    Hi Mohamed,

    Yes, these function are part of russian localization

  • Community Member Profile Picture
    on at

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

  • Suggested answer
    Community Member Profile Picture
    on at

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

  • Suggested answer
    Maneesha Profile Picture
    5,891 on at

    pls refer this

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

  • Community Member Profile Picture
    on at

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

  • Suggested answer
    tpupko Profile Picture
    2,048 on at

    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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

#1
HoangNam Profile Picture

HoangNam 7

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans