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 AX (Archived)

Purchase Requisition Number Sequence Setup form

(0) ShareShare
ReportReport
Posted on by 3,473

Hello,

I was trying to find a form where i can setup the number sequence for purchase requisition.

I change the number sequence under Organisation setup--> number sequences--> filter down to purchase and purchase requisition under area and reference. But like we have the 'number sequences' in parameters section where in we can set up the number sequences for purchase orders, vendor ID etc. is there any form for PR?

f1 

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Nagendra Varma K Profile Picture
    on at

    Hi Naveen,

    dynamicsteaching.com/how-to-define-number-sequence-for-purchase-requisition-in-ax-2012/

    PR is shared Number Sequence.

    Thanks

    Nagendra Varma K

  • NaveenKumar S Profile Picture
    3,473 on at

    Is there any other way?

  • Verified answer
    Nagendra Varma K Profile Picture
    on at

    Hi Naveen,

    Standard AX, PR number sequence is global. You need to set from Organization administration->Number Sequence. If you are looking for PR number entity specific may be you need to tweak from technical side. There are other treads where this is being discussed. Please go through

    community.dynamics.com/.../193099

    community.dynamics.com/.../145602

    Thanks

    Nagendra Varma K

  • Verified answer
    Israel Gonzalez Profile Picture
    733 on at

    Hi Naveen,

    It's not possible, in spite of you can create a custo.

  • NaveenKumar S Profile Picture
    3,473 on at

    Thanks

  • Suggested answer
    Kakang Prabu Profile Picture
    30 on at

    You can try this Job

    static void TOC_UpdatePurchReqNumSeqPerCompany(Args _args)

    {

       NumberSequenceDatatype  numSeqDataType;

       ttsBegin;

       select forUpdate numSeqDataType

       where numSeqDataType.Module == 8 &&

       numSeqDataType.ScopeType == 0;

       if(numSeqDataType)

       {

           numSeqDataType.ScopeType = 1;

           numSeqDataType.update();

       }

       ttsCommit;

       info("Done");

    }

    Solved ?

    Thank Regards,

    Kakang Prabu

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 AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans