My Stuff
Comments
-
Thanks. Worked just like I had hoped.
-
Brilliant! Works great. Thanks.
-
We had the requirement to put the Print Date and Time on all our documents. I created two transaction body fields for this. The date field is set as a Date type, Store Value is unchecked, the formula is {today}. The time field is set as a Time of Day type, Store Value is unchecked, the formula is {now}. I created a Print…
-
Not sure if this will work for you, but I had a similar issue printing the contact name and email on forms. I had to create custom fields on my PO and SO transactions with the following formulas: {contactprimary.entityid} (this is the name) {contactprimary.email} (this is the email) Make sure you de-select Store Value or…
-
I want to have this same formula, but in a saved search result. Simply putting {custcol_req_date}-{shipdate} gives me a number, but the result is incorrect. I have it set as Formula (Numeric). How can I get this to work?
-
abarylak, I need to do something similar, but have no experience with scripting. Where did you put that code and how do the values get displayed? I'm specifically after the rate and tax information so I can calculate a subtotal, then ultimately calculate a document total. I need to have this information on a printed form.
-
Do you mean the new Search field on the Default tab of the custom field?
-
Is there a way to get the Alternate Contact's information as well? Alternate Contact is a standard/Netsuite-delivered role.
-
I hadn't thought about changing the default address. That just might work for us. Thanks.
-
Completely agree. We changed our business process to do the return receipt which is not configured to do the restock. We then have the user create an item adjustment to post the stock and the cost since that transaction allows us to put in the cost. We put a custom field on the IA to link to the RMA number so we have some…
-
We found this issue to be true with FIFO - which makes sense. If no initial cost was assigned in the location, no cost will post during the receipt. What costing method are you using?
-
This is exactly what the Customer Center does. We use it to have our customers log in and create/edit cases.
-
Mike, can you explain how you get customers to log into the customer center? I'm trying to get my web developer to create a simple page to capture the user name and password. I was able to find a help page that showed how to create a login.html file, but I can't figure out how to customize the error handling pages (i.e.…
-
You need to have the Website feature setup under Setup>Company>Enable Features. Then go to Lists>Website>Employee List or Lists>Website>Publish Saved Search to make it show.
-
We figured out the error and now the login.html page works fine - except when you input the user name or password incorrectly. When that happens we get this screen: https://system.netsuite.com/app/login/nllogin.nl Is there anyway to skin that?
-
Mark, I found a help page that described how to create a login.html page. My web developer has skinned that and it looks ok, but he had some problems with it. We get an error: You have attempted to login from an untrusted origin. Click here to access a valid login page. That takes you to the basic NS login page with the…
-
Any thoughts Evan?
-
Yes, essentially like this: For Monday, there are 3 Decision Type 1's, and two Decision Type 2's. So the bar for Monday would have a total of 5 DT's, split between 3 DT1's and 2 DT2's.
-
When you changed the sales order to add the new item, you should have created a new drop ship PO for that item. Unfortunately, the system doesn't let you do this in edit mode. In view mode you'll see that there is now a Drop Ship link in the column where you would normally have selected Drop Ship while in edit mode. When…
-
I installed it in my sandbox and it doesn't work with Chrome or IE. I've cleared cache and restarted the browser and nothing. And yes, the help file doesn't exist.
-
Thanks. So your clients paid Netsuite to do that? We do filter by Location on reports, but more so in inventory area than finance.
-
Oliver, what did you mean when you said "that feature is the most likely to not work properly?" What was the result?
-
I've been working with Box.net over the past few weeks and they are fixing this. Their integration was never designed to work with the Customer Center. But in order to close the deal with me they agreed to build the integration. We plan to use the integration allow the Customer Center be the primary portal for customer…
-
Does the integration extend to the Customer Center? I need a solution where we can share documents with a customer and want to do it via the Customer Center and not have them go to Box.net directly.
-
No, you can't add them as attachments.
-
Did you solve this? I need to do the exact same thing.
-
I had it running after submit.
-
Thanks. I see I was missing some parenthesis. Working for me now too.
-
I put After Record Submit on the transition between my Set Value state and the Send Email state, but not on the action itself. It worked. Thanks.
-
Outstanding. That worked.