Join Slack
Powered by
When you deploy a CS script to Inventory Detail, i...
# suitescript
b
barinvon
06/20/2023, 2:33 PM
When you deploy a CS script to Inventory Detail, is there any way to tell the record type it is on?
n
Nathan L
06/20/2023, 2:35 PM
currentRecord.type should tell you whatever record type the script is executing on
b
battk
06/20/2023, 5:32 PM
use
window.parent
🙌 1
battk
06/20/2023, 5:33 PM
gives access to the parent window, which allows you to require N/currentRecord
Open in Slack
Previous
Next