Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi friends ,'
I have Object id like OTG123456_1
i need to extract only OTG123456
pls its Urgent
Hi. As far as I know, there is no way to access object properties from the application rather than VBScript module.
Where are you planning to place that piece of code? Can you give us further info?
use subfield('OTG123456_1','_',1)
hope it help you
If you have a field like you can do it for the field
name of your field FIELD value xxxxx_x, yyyyy_y
=SubField(FIELD,'_',1)
=SubField(OTG123456_1,'_',1)
Hope it help you