MB-300 Exam QuestionsBrowse all questions from this exam

MB-300 Exam - Question 140


SIMULATION -

You are a functional consultant for Contoso Entertainment System USA (USMF).

You need to create a new number sequence named seq that meets the following requirements:

✑ Begins with the number 1

✑ Uses continuous numbers

✑ Uses a format of seq######

To complete this task, sign in to the Dynamics 365 portal.

Show Answer
Correct Answer:

To create a new number sequence named seq that starts with the number 1, uses continuous numbers, and has the format seq######, you need to follow these steps: Go to the Dynamics 365 portal, navigate to Organization administration > Number sequences > Number sequences, and create a new number sequence. In the Number sequence code field, type 'seq'. Provide a name in the Name field. In the Segments section, first add a Constant segment with a value of 'seq' and then add an Alphanumeric segment specifying the value '######'. Ensure the order of the segments is correct so that the format 'seq######' is achieved. Ensure that the Continuous checkbox is set to Yes. Under Number Allocation, set the smallest value to 1. Finally, save the number sequence.

Discussion

4 comments
Sign in to comment
Duy
Jan 4, 2021

At step 8, the segment order should be verified again to ensure format is seq######. At step 10, 999999 should be entered in the Largest field.

dapdomma
Jan 4, 2021

Very helpful. Thanks

DDV
Oct 24, 2020

Missed to include the Scope section after the Name field. The value could be one of the following: Shared, legal entity, company, or operating unit. It defines which organization uses the number sequence.

Robster
Jan 29, 2021

Step 6 & 8 are mixed. That will end upp in #####SEQ instead of SEQ#####. To get SEQ##### in the solution suggested, after step 8, then you can move upp the line with the constant.

Daichisan
Nov 26, 2021

The steps seems ok, just after you add the Alphanumeric value of #####, you need to move it down...so the top will be Constant and after that we get SEQ######. Also no need to add at step 10 999999, because it's auto added like that.