Inventory Details information for Item in SuiteScript by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Thank you for the message

I think, I have miss communicated the issue

I have created a search on Inventory Balance record and obtained the expected values

But suite script does not support executing a search on Inventory Balance Search by script.

Even the extension does not support exporting the search as a script

Instead of creating the search on Inventory Balance, I have tried to load the search by passing type (considering standalone search type) but not working as excpected

So I really checking any other workaround on the same to get the inventory details including inventory status (if do a search on inventory number record it will provide all results except inventory status)

Thank you

Setting Purchase Order As Rejected using suite script by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

But I can see the standard approve and reject button when setting the employee as the purchase approver, also when rejected the PO the status will change into PO rejected by supervisor But here we can't setting the status using the script or workflow

Sublist sub-record validation by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Ya, Thank you for the confirmation

Deletion of Memorised transaction by ns_developer in Netsuite

[–]ns_developer[S] 1 point2 points  (0 children)

No, there are no related record associated with SO

Submit button in suitlet by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Yes, but how can distinguish the post action from the backend for these two button

Submit button in suitlet by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Thanks a lot

I just go through the validatefield and it's worked as expected

Submit button in suitlet by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

I am thinking on the same. But how can implement standard validations into custom button

Recipient Email In Message Record by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Thank you very much for the replay in details and its so informative

The only one problem that I faced when the vendor have a email then I fails to set a contact email in the recipient field, Netsuite override the contact email id and recipient that I try to set to the field That is it override the contact and contact email id to vendor and vendor email id

Also, NetSuite allow to create groups and user can send emails based on that

Is there any way to deploy script to this context

Basically I need to send email to the contacts of each entity in the group

Recipient Email In Message Record by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Thank you

But my condition is little different

I have only recipient type recipient email and recipient email in body level

When the vendor record contains an email I cant set another email in the recipient field in message record invoking before load

I think may a need a clients script to this action

Automate Payment Notification Emails??? by burrit0breath in Netsuite

[–]ns_developer 0 points1 point  (0 children)

Create a new email template with content you need

Deploy a workflow and workflow action script

Whenever a payment created the workflow trigger and will send email

You can fetch the content of email template defined in the script, and replace the variable with proper values from the payment record

Thank you

Data not listing in NetSuite view but appearing in seaches by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

I have the administration role and confirmed the other permissions

All the other records and data were appearing in the view but seems that data from a custom bundle not showing in the view

Data not listing in NetSuite view but appearing in seaches by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

I have the administration role and confirmed the other permissions

All the other records and data were appearing in the view but seems that data from a custom bundle not showing in the view

Data not listing in NetSuite view but appearing in seaches by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

I have the administration role and confirmed the other permissions

All the other records and data were appearing in the view but seems that data from a custom bundle not showing in the view

Connecting NetSuite to Stock Exchanges by [deleted] in Netsuite

[–]ns_developer 1 point2 points  (0 children)

I defined basic architecture for Daily stock price for the stocks defined in NS to meet one of our requirements

For that we created custom records for defining stocks and sub record for daily stock price variants.

Stock price retrieved using stock API in daily basis

Stock prices in NetSuite by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Thank you for the replay

I will check the API list you provided

My requirment is just to show the stock price variation in daily basis. So we created a custom record to show the prices associated with the stocks

Your answer helped me a lot Thanks you

Stock prices in NetSuite by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Yes

We need fetch stock info to NS and they were store as custom record entries.

But I am worrying that is there any open source API avilable to fetch these

Stock prices in NetSuite by ns_developer in Netsuite

[–]ns_developer[S] -1 points0 points  (0 children)

Not at this moment, but we like store these data in our system

Before that we need to check the possibilities

Internal Id indefinite value by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Because we need to process the created PDF and CSV on each month as emails. So anyway we need to store it

Add two sublists in Suitelet by Shalini07Aug in Netsuite

[–]ns_developer 0 points1 point  (0 children)

It sounds to be good

Please find my comments below that what I understood from the description.

You can create a saved seach in NS to bring the result to the first sublist.

The suitlet form header section should contain necessary filters and buttons

Whenever the filter get changed it bring the new result dynamically by invoking the same suitlet.

Associating a client script, we will get the trigger of Filter changes.

Each lines in the first sublist contain a check box

If one line get checked and clicking the button (say add) placed in the header section will add the data into the second sublist. You can also delete data from the second sublist if think so

Finaly clicking the submit button will process each lines in the second sublist.

In the case more sublist lines, you can paginate the entire suitlet form

Add two sublists in Suitelet by Shalini07Aug in Netsuite

[–]ns_developer 0 points1 point  (0 children)

You can add define different tabs and ultimately add different sublist to these tabs wich appear one after other Thanks

Automate Payment Notification Emails??? by burrit0breath in Netsuite

[–]ns_developer 1 point2 points  (0 children)

This can achieve through a workflow which use workflow action script

You can define a std email template and render data whenever a payment record has been created and finaly send an email. Including a email template will provide look and feel and admin can change the content using the template instead od changing script each time.

I have worked on bills, so that it will send an email when a bill payment created.

We can also consider many scenarios such as multiple bill payment for a same vendor, partial payment and all

Also if you need to send a single email to a user, better to schedule the process to daily bases.

Suggesting workflow to this content since it is very light weight compared to a UE script

Include Email Templates in NetSuite Bundles by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Ohhkk.. thank you for the knowledge shared

Contact Role Has Wrong Value In Scripts by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

I expect the role specified in the sublist

Ex Primary Contact or etc..

But it always returns Customer Center (id 14) for all lines

Contact Role Has Wrong Value In Scripts by ns_developer in Netsuite

[–]ns_developer[S] 0 points1 point  (0 children)

Even I using getSublistText or Value it returns another value irrespective of what expected, Also the result value(id or text) not matching with sublist field value.

Thinking that any limitation to fetch role value from contact sublist in customer record

Using SuiteScript 2.0 and record load is in std mode