Hello everyone! I need to build a user interface s...
# suitescript
v
Hello everyone! I need to build a user interface similar to the inventory worksheet. After the user selects a subsidiary and location, I want to display only lot and serial items. Once I update the quantity and save, I want the system to create an inventory adjustment for each updated record. Thanks in Advance.
g
You can develop suitelet for this
v
Yes, I have created a Suitelet script and a client script to handle a field change event. Once the user selects a location on the custom Suitelet form, the client script creates a saved search based on the selected subsidiary and location. It then populates the saved search results into the sublist with item details using setSublistValue(). However, the problem is that the Suitelet is not calling the client script, even though I have provided the client script module path. Can you help me resolve this issue? I have uploaded the Suitelet and client script for your understanding.
g
Try adding alert in client script instead of log.debug
v
Thank you for your suggestion. I am now receiving alerts. However, I am encountering a 'ReferenceError: response is not defined' in the following code.
g
Could you please copy paste the error you are getting here?
v
Untitled.txt
I am getting error as SyntaxError: Unexpected token '<', "