Minha área
Carregando
Comentários
-
Solved my problem: I installed the latest version of file drag and drop. It will not work correctly until you close all your NS instances and reopen, Mark this as resolved.
-
Thank you, I just added a default value to the field definitions for any effected fields. Which logically should be the correct way to do things🙂
-
And to make things more complicated, my Sandbox account that I refreshed on 4/4/24 ,and was updated to 2024.1 on 4/7/24, still behaves like the previous versions and shows the default with out specifying it in the record field.
-
I upvoted the enhancement request. My concern is when a Sandbox refresh from Production takes place all the files are copied over, and get new internal id's and break links I have embedded in some fields in records. We use SandBox for training and it's a pain to relink some files. I'll live with it for now.
-
Already have the export saved search, used it to get out list of PO's into their new system. We developed quite a few NS to Vendor PO systems, in our business some vendors still used fax machines until we refused to send fax's. They had no choice but to modernize (some to emails LOL) , but our major vendors invested in or…
-
I just told the third party vendor to update hist API to use OAuth 2.1 standards or we can't send PO's to his system and our partner will still have to hand enter all our PO's. Bottom line they need to get with the program....
-
The third party is only providing the user name and password , I know it's outdated and insecure, but that's his problem. How do I accomplish this in NetSuite? Or am I out of luck ...
-
Any Idea on how we could suppress the widget from the window? We have extensively modified NetSuite and do not want the Guided Learning widget to appear as we have our system.
-
FYI for all - The "enhancement" is still not implemented. We got around the issue by using sftp to send the pdf to an Azure "folder" with the name of the PDF being the Line Item on Monday.com. I have a python script running on the Azure instance that picks up the file, and attaches it to the Monday line item using Mondays…
-
Thanks Jossio, I fixed the issue by changing the url on the image link in my code. The system.na3.netsuite.com domain was persistent for awhile that's why most users worked. But eventually I realized the image link changed to the account specific link on the imagemedia record., and eventually the link was broken for all…
-
I will Submit an enhancement request. I have gotten around this by creating a custom list with only the 3 payment methods I need sales to see. I then created a custom body field with the list as source. in the Estimate/Sales Order on load i hide the native paymethod field, I then set the custom field to normal. When sales…
-
FYI, The same issue arose after 2022.2 update. The Custom Employee Center role's permissions were somehow modified (with no logging ) to Lists-> Perform Search permission set to none. (Last thing logged were changes back in 2020). My Sandbox was refreshed on Aug 30 2022 and the role still has the Perform Search permission…
-
Thanks for the enhancement link, At least I know others are having issues with the same process. I will look into Monday.com's API to see if they will take a file using sftp.
-
Will Submit an enhancement request. Thanks!
-
The button will be hidden on page load if no file exists. The user will then drop the file and the button will be unhidden. Duplicates are not a problem since if the file is already in the file cabinet , the system asks to overwrite. The issue really is that dropping a file does not seem to generate an event. If it does it…
-
Sounds do able.. Let me do a prototype and I'll share when I have something.
-
Thanks, I figured out what the issue was it was the mandatory field pcid lost it's value . I made sure I was reading the value correctl;y from the saved search and it worked. var rec = nlapiCreateRecord('custrecord_callattempt_phonecall',{recordmode:'dynamic'}); rec.setFieldValue('custrecord_callattemp_phone',pcid);…
-
"Using the same script, I have also created a Call attempt which populates the Custom Field - Phone Call with the internal id of the Phone call record created earlier." Using what call? , when I tried to do nlapiCreateRecord('custrecord_call_attempt') the system complained I was missing 'id'. I set the option to dynamic…
-
FYI, NS found the issue, a backend setting that was turned off. My html help for custom fields is now working.
-
FYI html help on Custom forms created in SuiteScripts when set with fiieldname.setHelpText, works. fiieldname.setHelpText('<html><body>Seect the Category to display.<br>Or<b> ALL </b></body></html> '); displays correctly.
-
Supportwas contacted, case created Defect 639728 and assigned U6.
-
Case submitted but I probably will not need them. After many hours of installing different IDE's and having no success, I realized that the JRE probably was the issue. I uninstalled the JRE completely, it took a few reboots. I then I downloaded a fresh installer for Java 1.8 (301) , installed, rebooted again. Then…
-
I came back from vacation and my Eclipse Neon installation of the IDE would not longer launch. I updated to Eclipse Mars and the IDE plugin would not launch into the configuration. I then upgraded to 2020-6 Eclipse IDE for Enterprise and the Suitescript IDE plugin installed and I was able to configure it. But now I am…
-
We were able to contact the original programmer and he fixed the issue with the index.ssp page looking for the ssp page on the site that was not active and no longer had a license. He replaced it with an ssp that only handles that sites login. Problem solved.
-
I have the same issue, I would like to send emails from several of my saved searches in the Advanced PDF Template format, but It appears the system default is always sent with an email. Has anyone come up with a solution?
-
Thanks, I got around the iss by isolating the Beforeload code when the record id of the transaction is null and the "type == 'print'" . The form now loads.
-
Thanks, have been busy with other matters with this Covids thing. Worked around the issue and I am not pursuing it , Thanks.
-
Erick Is there any way to DM these to you? Some of the code in these scripts is not mine and the authors may not want it public.
-
Looks like it is an issue with Chrome and browser side scripts.
-
That behavior stopped a few weeks after we went on 2019.2. Back to normal now.