My Stuff
Comments
-
Yes i did that, checked all roles. still nothing happens, looks there is no execution log. when i add new contact (with contact role) from any existing customer, it is nothing happens, my custom field not updating with contact email.
-
I have tried to call in Save Record Function , but not able to save record and no result. have tried toc all in Recalc Function but nothing happens please advice me what i am doing wrong. my code is wrong or my call function is wrong.
-
I have done same steps. Looks still not working.....
-
I have tried exactly as below code. Looks it is not working, nothing happens when i call in pageint, giving an error when i call in field change (error: out of stack), i have applied end task to close IE browser. i would like to call at before record submit, but i just have below options only. Page Init Function Save…
-
it will be in 2 locations on yor site theme and in setup web site section.
-
Hi any ideas on this question. No one customized this kind of sourcing?.
-
I think you need to do something with right side navigation portlet in your theme
-
Thanks for the reply. but i am expecting only the ID of parent not the name. can you please advice me. i have setup using list type field where i am getting id + name. but i just need id only.
-
any input is highly appreciated. all i need is to show parent customer name only in my custom field.
-
Any help appreciated. how can we source Customer ID only not the name.
-
Hi, SSO is to use a single login for NetSuite and your third party application. it means customer/user can use single login and user your netsuite account aswell as your other application. We have done this through NetSuite adn PHP web site. there are few things you need to setup in NetSute like enable features for SSO and…
-
Can i add background color to 'email subscription preferences' window......
-
Could you please give me more details how to work on this, do we need to write script ?
-
Well, can you suggest me any other workaround for this! can i generate in HTML version, may be i can source image on HTML version, if possible, how can i print in HTML version, and where i have to go customize my HTML layout for packing slip
-
no scott, that time i was not,,, then i never tried..... any inputs from others.......
-
Thanks Yang. I achieved through validate line. Regards, Ravi.
-
Hi Ash, Am trying to print the BOM from BOM print button and not from sales order or po. So kindly help on this. Thanks, Ravi.
-
Hi Ash, Thanks for your reply. Yes. I have checked the print items. But still when i click the print button in the BOM it shows only Name, Assembly Qty and Total Qty. I want to show the description along with this. Kindly help on this issue. Thanks, Ravi.
-
Hi , Thanks for quick reply. How can we display the item description in the print BOM ? Thanks, Ravi
-
var columns=new Array(); columns[0]=new nlobjSearchColumn('custrecord_totalexamscore'); Instead of above, try using this one: columns[0]=new nlobjSearchColumn('custrecord_totalexamscore',null,'sum'); Also some correction during retrieving: var examtotal=searchresult.getValue('custrecord_totale xamscore',sum); Instead of…
-
Hi Oliver, Thanks for your Input, I resolved it through customization. Thanks again.
-
If you could post some related code here, I will try to figure out where you are going wrong
-
The problem is with the syntax of the filter. It should be something like this: filters[0]=new nlobjSearchFilter('custrecord_student_name',null,'isnotempty'); filters[1]=new nlobjSearchFilter('custrecord_grade_card',null,'isnotempty'); The second argument is the join id. If you are not using it, specify it as null. The…
-
Yes, Thanks for your reply. Now, i can able to publish my custom record form in employee center. now i need help on scripting. i am new to scripting, but this requirement is urgent, so can someone have code to send me, i expecting scripting code for : once my employee fills up the form, and when he clicks on save, those…
-
Hi Krish i am back again with new issue, please help me on this too !!. here is my situation i am trying to create custom fields for my custom record(form). i have to create 2 or more than 2 fields with same name. i have a field called"Date" needs to repeat under sevaral subtabs. But it won't allow me to have same field…
-
Hi Krish Thanks you so much. Now i can able to do this. let me try completely & if i have any questions, i will be back to you. Thanks for your valuble answers.
-
i am sorry, i think i misunderstood. i don't think i have 2 forms here. let me tell you what i have done here. i went through 'Record Types' and added subtabs and fields then i given permissions to 'employee center' now i can able to see that form in my 'employee center'. if i do any changes as a admin, it reflecting on…
-
Thanks for your reply on this post. i request you, please provide me more detals on this idea. in which way we can figure it out ?. I need to clarify the below doubts. i have created a list of "Travel Request Status" with "Approve, Approved by Sup, Approved by acct, Pending Appproval". the problem is, user also can able to…
-
Thanks Krish Just make the fields unique, That is the way the world is meant to be.
-
Yes Evan Thanks for your reply.