My Stuff
Comments
-
Go to Transactions -> Sales -> Create Opportunities or create any type of transactions under communications -> note i cannot hide those columns. yes i have customized a form, set it preferred and done everything that i could.
-
i even went to manage roles, and tried disabling the standard note form.
-
Hello, You can customize the note form to hide the fields using the following steps: 1. Navigate to Customization > Forms > Entry Forms. 2. If this is the first time that you are customizing the form, you can look for Standard Note Form of Type = Other Record, Subtype = Note. I hope this helps. Let me know your questions.…
-
Oh I see. I understand what you are saying. You are referring to the sublist view, right? On Opportunity > Communication > Note tab, do you see Customize View button? :) If yes, please click it. Remove the columns from the Results tab of the custom view. Click Save I hope this helps. :) yes almost there. yes i have done…
-
Hi Ericas, You can also write a lightweight user event script that will set the approver custom field when transaction is approved. i tried that doesn't seem to work as well. you can approve RMA from the approve RMA manage page. never entering the record. i was also trying to a script to look into the system notes to find…
-
Hi ericas, The best way I found is to create a Saved Search on Transaction, use Formula(Text) to find the "approver" in the System Notes and set Internal ID in the Available Filters. Then, you can create a custom Sublist and make the result of your search appear in the transaction. It will not be in a specific field but in…
-
I am having trouble with this too. I have two custom date/time field. field1 1/6/2015 9:39:00 am field2 1/8/2015 9:39:00 am When i do a save search formula(numeric) {field2}-{field1}, i get [RIGHT]+000000002 00:00:00.000000[/RIGHT] I was hoping just to get 2.0 or 2. what is this weird format?
-
okay thanks for your input Oliver. haha i am aware that hiding isn't a solution to restrict access. i can just look at the code on the form and look up the hidden values. i guess ill be looking forward to the enhancement
-
i could remove everything except setup tab & support tab. which is not removable. i also cannot remove personalize dashboard. a partner can add any public custom searches to their dashboard. not what i want, that's not removeable. it's annoying because a lot of the 3rd party addin has all these custom searches that are…
-
Is it possible to add a custom Address column in the Customer Record?
-
i like how these thread end up nowhere. i thought i was going to learn how to do it.
-
i changed the picking ticket font bigger, but it's not making any changes on the PDF.... is it only on new sales order that's created after the changes??
-
i hardly ever use nlapiloadsearch. i always use nlapisearchrecord or nlapicreatesearch
-
items on this line have been billed. Are you sure you want to modify it? OK items on this line have been billed. Are you sure you want to modify it? OK items on this line have been billed. Are you sure you want to modify it? OK items on this line have been billed. Are you sure you want to modify it? OK items on this line…
-
trying to get this to work on a client type script. couldn't get it to work. nlapiSetFieldValue('shipaddresslist',-1); //works for me nlapiSetFieldValue('shipaddresslist',-2); //doesn't work for me after this, i couldn't get any of the field set.
-
Thanks sklett, I will try nlapischedulescript then. Maybe my code optimization isn't very good. It only exceeds the limit when there is a huge item receipt of a lot of items. my script runs through the items and compare it to a saved search.
-
thanks. i was missing stringtodate. it works!
-
that i was trying to do .setFunction("roundtotenths") it didnlt work either :( .setFunction("round") works, but how do i round to tenth?
-
i have no idea what i am doing.
-
Hi mchen, Instead of nlapiLoadSearch() you just try nlapiSearchRecord('transaction',searchid(number),null,columns(you want to show in portlet. not sure how i would begin, but i will try. my saved search is really complicated, so that's why i thought i could skip the hard part and just grab the results from the saved…
-
thanks. i think it worked.
-
thanks. i changed it.
-
does nlapiSendEmail work for sandbox?? The recipient & cc never gets the email.... only the author gets it....nlapiGetUser()
-
thanks ill try making it look disable.
-
yeah, that was the problem. it took me so long to figure that out. i thought something was wrong with the code. Send Email To (Separate Addresses With Commas) Send Email to Logged in User Do Not Send Emails it seems like i won't be able to test my function unless i check the first box, and put in the emails. and shutdown…
-
works perfectly!! thanks.
-
you are awesome.
-
i wanted to change the font color to red in view mode. i just want to make some text appear red.
-
thanks. works!
-
couldn't get it to work. lowapproval is undefined.