Skip to main content

Notifications

Announcements

No record found.

Tip - How to get a blank InventDimId out

Dilip Profile Picture Dilip 1,164
Today, while writing a QueryRange, I had to pass a blank InventDimid. Initially, to make life easier ;-). I just put "BLANK".

Then, just did a bit of search and found that InventDim has a static method inventDimIdBlank which was exactly what I required. It returns "AllBlank". Many of you guys might be knowing this one, but just for the ignorant out there (including me) :-) this is a handy tip

InventDim::inventDimIdBlank()

Comments

*This post is locked for comments