プロフィール
コメント
-
Yang, You are correct, SuiteScript runs only when they are logged in, but to make the connection to our site, in the IFRAME, I need something specific to the user account to verify the request from our end. I can think of few ways .. - get their NetSuite session and verify it with webservices and read the user's info from…
-
Steve, I could be missing something but I don't understand how having the IP range would help in this case. As far as I can tell the external application (VBulleting) won't have a way of getting that information for a user that is logged into NetSuite because we don't support outbound SSO. Can you please clarify this? I…
-
Steve, If I understand your question correctly, you are looking for outbound Single SignOn from NetSuite into VBulletin. We only support inbound SSO today. Please file an enhancement request for outbound SSO. OK, will do. Does NetSuite have a static IP range they use where perhaps we could make the login more generic and…
-
Fix is going out tonight. Thanks, -e What's the status of this fix? It is killing productivity here! It takes literally hours to test simple things because we keep needing to log out and refresh. Today I'm seeing even worse, the script's are reverting back to code I updated hours before (that no longer exist)! This problem…
-
This seems to be related to the browser session cookie. Since I have library files associated with multiple forms, it is not practical to delete the file and then upload again as I have to remove the connection associating the file to all the different forms. A work around is to close out your browser (and any other…
-
You should be able to do this via a beforeSubmit server SuiteScript function using the field "customform". This will work as of this Friday's release when web orders will also trigger SuiteScript. Thanks, -e I see doing this on BeforeSubmit (server-side) but could this also be done client-side on SaveRecord? The customform…
-
Hi Yang, I'm trying to have my server-side script distinguish between online forms... ...I tried looking for 'formid' which is submitted as part of the online form but evidently is not available to the server-side getfieldvalue(). Thanks. -Steve Actually think I solved my own question. I read on another thread I was doing…
-
User Event scripts fire when leads are created via online forms. Are you deploying a User Event script (beforeSubmit/afterSubmit) on lead/customer records (depending on your account type)? Thanks, Yang Hi Yang, I'm trying to have my server-side script distinguish between online forms (specific ones in fact), and internal…
-
As mentioned, I wrote a PHP script to display a login form wrapped with our look and feel. On submit, PHP set appropriate CuRL extension variables and executed. I used the login url netsuite uses: https://system.netsuite.com/app/login/nllogin.nl The returned headers showed that the login was redirected and then the final…
-
Anyone out there had experience customizing the login and error handling pages to have the lok and feel of their own web site?
-
OK, Finally was able to do it, though not easy. NetSuite does a redirect (code 302) when you login and then sends you to the login page, however cookies get set immediately and are then passed through during the redirect. I was able to perform the entire error checking and follow through of the redirect as well as store…
-
Yes, a simple form works but if you enter an invalid entry you get a NetSuite "try again" login form which I want to trap and show a branded retry form so the login needs to be completely programatic rather than through an HTML form. I am looking for whether someone else has been successful with the whole scripted login…
-
Has this been resolved -- e.g. restricting a user by role to one or more specific stages? We have the same requirement where we want certain users to be able to create customer records but not lead or prospect, however in the role, once you give 'create' or 'edit' permission to 'Customer', you give it to all three and the…
-
Where are we with Enhancement #126789? Has this "simple" enhancement fallen through the cracks? Enhancement request created June, 2007...
-
Hi, As a result of your post, an enhancement request has been created. It's enhancement request # 126789. Please file a case and have your case attached to this record if you'd like to track the progress of the enhancement request. Where are we with Enhancement #126789?
-
I also did a test of inactivating the customer record once the link was established to make them a partner record. Seems once you have this link, if you inactivate either record you inactivate BOTH. All in all, I am back to square one. My concensus is that the 'other' link is not ready for prime time and has to many bugs…
-
The answer is yes, you can now assign access from both customer and partner. You need to click on the "other relationship" link to get into the appropriate record. I didn't test but it would appear (and I presume is fact) that you would not be able to assign the same login to both the customer and partner, otherwise which…
-
Steve - in the use workflow you described above if you don't want the partner to be presented as a customer anymore, you can just delete the customer record. The system will only allow you to delete the customer if there aren't associated records attached to it, but I'd assume if there were transactions or other associated…
-
Have you tried merging the records? That worked for most of ours with a few exceptions (and with no real viable reasaon as to why it didn't work). It's the remaining records we're trying to deal with. Thanks, Erik Erik, Can you tell me the steps you perform to do this? I wasn't aware you could merge between customer and…
-
Steve, I did a quick search of the issues database. The functionality is called polymorphic entities, btw. I didn't see anything about removing the relationship a la deletion. It occurred to me that deletion would probably not be a good idea in the case that there were transactions or other related records created while…
-
Thanks Mark, I may take you up on that call... -Steve
-
Please use a text editor to open this file. It contains information about the success or failure status of the records in your import file. As of the 2007.0 release the response file will be a CSV file with the same format as the source file, with one added column that contains any error messages for that row. This will…
-
... In the future we expect to have a "trash can" ability where deleted items will still be available to be restored for some period of time. At that point we will probably make these bulk operations more readily available. ... Thanks, -e This is a tremendous feature I would very much look forward to. We routinely…
-
Does anyone know if this would also be the case for creating checks? We are getting an unexpected error when trying to save a new check. However we are on 2009.2 still.
-
Case 1143512
-
Dear Steve, I generally agree with you r approach. Here are some additional points: 1-Export the existing inventory items. 2-Rename the items in NetSuite (perhaps with an"-old" extension 3-Import the items as Serialized Items 4-Adjust Inventory from the old items to the new using a clearing account 5-Inactivate the old…
-
Hi Steve, Good day! You can also submit a case online and someone in Support will contact you to further discuss this. (Support > Customer Service > Contact Support Online) To actually help me convert the items to serialized without having to go through the write-down/inventory adjustment process or to help me through the…
-
Can you provide the case # please. #883869 Unfortunately NS Support has indicated this as an enhancement which is absolutely wrong! Thanks. -Steve
-
Yes, still using. I'm not sure what you mean by doing the trick for your situation. We needed a way to view accounts that are 1099 specific and this works for that. We can use the custom fields in reports for cross-referencing as well. Looking quickly at version 2008.1, it does not appear that the 1099 field has been…
-
Oh it gets so much better than that. Venting time... My client wants to do exactly that, print a chart of accounts to see what's been set in the 1099 field. NetSuite, in their infinite wisdom, decided that this field 'category1099misc' should not be exposed on any search or report criteria or results, so not only can you…