I think i will need to pass this as i am doing a g...
# suitescript
k
I think i will need to pass this as i am doing a getValue and setValue within the function i am building.
s
I would pass the NFT object (of course) as that further abstracts the code - it would be just getting/setting properties on a standard looking JS object. Anyway yes in general it' helpful to pass the least info you can to a custom module as it decreases coupling and hence increases potential reuse.