My Stuff
Comments
-
Erick, I am sure there are some fields that can be removed, but why should that be necessary if those fields aren't part of the resulting data based on the form? I ran some additional tests after realizing that my limited form included some of the new fields created recently, so I updated it to remove a dozen fields, and…
-
Erick, Those are some great suggestions, thank you. I have not had a chance to look into all of them so I will try a few new things and see what happens. I have a theory that it has to do with some complex formula fields that have been added recently. I don't know the specifics, but I think those may be part of the reason…
-
I wanted to share my experiences for anyone struggling with these issues. I have an external application that connects to NS over WS. We have a special role set up in NS that has the necessary permissions for the application. It is set as a Web Services Only role. Any user authorized to use the app is assigned that role,…
-
Thanks, Michoel. Turns out this was my error, I was clicking "Edit" next to the Units of Measure entry when I should have been clicking on the Name column. In Edit you don't see the IDs but in View you do.
-
Hi suitecloudfanatic, thanks for your response. I actually figured this out just now. You're on the right track that it has to do with the Account. I knew that the SB account IDs had changed, but I didn't put 2 and 2 together that it would affect the IDE. Evidently, neither did anyone else. If you had your IDE configured…
-
Thanks for sharing Brian. Glad to know you're able to sort it out. Hope you were able to mention this to Support. You could save a life by doing that! :) Sure did! And I scolded them for not knowing better in the first place :)
-
I stumbled upon this thread when I had a similar problem. I'm not sure what workaround the previous poster had found, but what worked for me was to use nlapiLookupField to get the text of the select field. You can pass a boolean TRUE as the 4th parameter to get the text instead of the value for a select field. I called NS…