-
NSC | SAML SSO: SSO Not Working in Sandbox After Refresh
As stated in SuiteAnswers Data That is Not Copied from Production to Sandbox, SAML SSO configurations are not replicated from Production into Sandbox Environments and would have to be re-configured in Sandbox after the refresh by navigating to Note: SAML SSO Roles and Permissions are already carried over in the refresh and…
-
Why does a Sandbox refresh create a different url for a media items?
Just did a Sandbox refresh from Production. In some of our custom records we have links to pdfs in the documents folder. I would expect a production link on the file to remain constant except for the domain change. A file with the URL…
-
How to Bulk Update Project Items on Sales Order?
Does anyone know if there is an option, or workflow I can create, to bulk updates project items on Sales Orders? (Instead of refreshing them one-by-one before billing). Thanks for the help!
-
How to configure Suitecommerce Advanced after Sandbox refresh?
Good Afternoon, We will soon be looking at refreshing our sandbox account. In our release preview account we noticed that there were none of the previous settings in the SCA configuration page that we had previously setup in our production environment. Our assumption is that this is happening because when creating a…
-
Activating the Sandbox Account
Hi I have refreshed a sandbox account per the screenshot below: I am using the admin role though I did not receive an email when the refresh was completed. There is also no option to activate the refreshed version of sandbox. I have never come across this with other client accounts before. What could be causing this? Thanks
-
Sandbox Refresh Problems - Status = "Delayed"
We submitted a refresh request on Friday(1/13) the status was changed to Delayed on Sunday, but we don't have access to the sandbox. The status is currently "Delayed" so we also have no idea on how long the Estimated refresh time is. We have contacted support and the response was . "Your Sandbox account is not online…
-
Sublist/child record does not update/refresh in edit mode
If the form I am on is in edit mode, and I add items to the sublist (A child custom record) via my suitescript I can not get the list that is visible to the customer to refresh/update. I have attempted to use the following command, but then found that it only works on a static / read only list. // Refresh the package…
-
Ajax style sublist refresh in suitelet form
I've seen a few posts on this already. Is there any way to refresh sublists on suitelet forms using standard NS methods? Not sure if nlapiRefreshLineItems is supported for custom UI sublists? I also see an addRefreshButton method to the sublist UI object with completely useless documentation.
-
How to force a refresh on a custom transaction column via script?
I have a process during sales order entry where I have a need to refresh the drop-down values of a custom sourced field on my order line, but cannot find a way to do this. I am using nlapiSelectNewLineItem to create a new order line, nlapiSetCurrentLineItemValue to set some values on the line, and finally using…