My Stuff
Comments
-
Thanks Angela, yes, indeed. The purpose of this post is to see if anyone has already built such an interface and has any tips or experiences around that. That is, seeking community help/input rather than starting from scratch where there may be some existing knowledge/experience out there. Thanks again!!
-
Good question, but for now we'd rather not go that direction. More interested in learning how I can use out-of-box NetSuite SuiteScript to get Dynamics data, and to get NetSuite data from Dynamics. Thanks again!
-
Just a quick "bump" on this topic to see if anyone else has any information. Big thanks again!!
-
In case someone else runs into this, just wanted to post my work-around: I created a Client Script applied to a Customer Record "Save Record" that if this is a particular type of Customer and if there is a Contact selected in my new drop-down, a Search is run to see if that selected Contact is a Relationship to the…
-
Understood, will do, thanks for your help!!
-
Just a Friday "bump" checking to see if @Joahnna Given Uy-Oracle , the community, or other gurus have any thoughts on this issue? Big thanks again in advance, and cheers for a great weekend!!
-
Of course, and thanks for your continued assistance! The first screen shot is the Customer form, detailing the business goal we are trying to achieve - that is, a drop-down box that only has the Contacts that are in this Customer's "Relationship" tab. The second screen shot is the Custom Entity Field I'm trying to use to…
-
Just had this answered by Support: What I was asking about is not currently possible, but there is an existing enhancement request: 471471 SDF > Ability to import source code from existing bundles/account. Thanks all, we can close this issue.
-
Thanks Erick! One follow-up, in your test scenario, were there Advanced Numbering rules set up for Invoice? I believe that is what is blocking the code from changing the Invoice#. I'm looking for a way via code to override this rule so I can set the Invoice number in my code instead of via the Advanced Numbering rule.…
-
Just a quick "bump" to see if there is any other thoughts/help on this...much appreciated!!! Steve
-
Hi Erick and thanks for your quick reply! Yes, this User Event script is deployed to SalesOrder, for "all roles" and execute as = Administrator. Below is part of the code. I've tried setting the Invoice # (tranid) before initially saving the Invoice, immediately after saving the Invoice, and most recently after fulfilling…
-
Hi @Erick Dela Rosa-Oracle ! This is now working, I just didn't have the correct CryptoJS files attached to the script and your screen shot of those was exactly what I needed. Indeed, disregard my request for that other file, the 80723 code does work fine: I sent that request as my test errored out...but was just that I'd…
-
Thanks @Erick Dela Rosa-Oracle , this helps, but could you post the details of the "preview ss1 scheduled run restlet.js" file? I'm still getting an error with my test code, but I think if I can review that file you used I should be all set. Big thanks again for your continued help, much appreciated!!! Steve
-
Hi @Erick Dela Rosa-Oracle , Gurus! Thanks for the reply! Is it possible to provide a working or updated example? I was optimistic that the SuiteAnswer 80723 would work - seems it must have at one point or it wouldn't be a SuiteAnswer :-). Specifically, if you could identify or provide which of the CryptoJS files did work…
-
Hi @Erick Dela Rosa-Oracle and thanks for your reply! I've been working with the data in SuiteAnswers 80723 and implementing the CryptoJs library and that code sample, but there are a few issues/questions. Context is, I'm getting 403 errors indicating an issue with the signature when calling the RESTlet: 1) The CryptoJS…
-
@Erick Dela Rosa-Oracle Thanks for your quick reply, just a clarification, confirming you meant " I think your plan to call a SuiteScript 2.0 RESTLET (not script) in a SuiteScript 1.0 script would work.? Big thanks again!! @Ivy Lopez-Oracle thanks for looping others in and for the quick action...much appreciated!!