Message 1 of 6
Sequencer Object

Not applicable
06-20-2017
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a script to change to the sequencer function instead of using the auto number script. I'm not entirely sure on where to put the script to make it work to change the objects that I want changed. My code so far is:
var seq = Sequencer.get('Q', 1, 1);
var value = seq.nextValue();
item.SEQUENCER = 'Quote' + value;