Message 1 of 2
Not applicable
06-30-2017
04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to implement a sequencer to change to it from the auto number for listing items in order. My script to run is;
var seq = new Sequencer('Q',5000);
var value = seq.nextValue();
item.NUMBER = 'QUOTE' + value;
How do I make this appear in the workspace as a column to help label the order of my quotes?
Solved! Go to Solution.