Can I somehow get the 'customform' scriptId?
# suitescript
d
Can I somehow get the 'customform' scriptId?
t
How do you mean? Like the ID of the current form?
d
the
scriptid
Not the
internalid
a
@darrenhillconsulting For custom records that is a searchable field:
*script*id:"val_40286_5387270_377"
d
Ya, but I'm trying to get the `customform`scriptid, which is not a record
a
Ohh I see, you want the that to use it with render maybe?
Let me check...
No, I don't think there is a way to do that, you may have to come out with a work around, using a custom record or something... the only thing you can do with that is:
&xml=t
but other than that... no much.
d
thanks @alien4u