• Clare Heath 15
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
HI

I need to create sequential numbering on an object but not every record requires a number.

I think this may require some code and I am not a developer so wondered if anyone can help.

Here is what I need to do

I have an Object called 'Sales Order'
I have a field on the object called 'Invoice Number' - This is a number field
I have a field on the object called 'Posting Entity Type'


What I need to do is to increment the Invoice Number but only for records where the Posting Entity Type = Invoice

Is this possible and if so could someone help me create a trigger if that is required.

Many Thanks
Clare
HI

I need to create sequential numbering on an object but not every record requires a number.

I think this may require some code and I am not a developer so wondered if anyone can help.

Here is what I need to do

I have an Object called 'Sales Order'
I have a field on the object called 'Invoice Number' - This is a number field
I have a field on the object called 'Posting Entity Type'


What I need to do is to increment the Invoice Number but only for records where the Posting Entity Type = Invoice

Is this possible and if so could someone help me create a trigger if that is required.

Many Thanks
Clare