My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Thanks Joe, I looked at it, it is useful feature. But my account does not have full fledged netcommerce module, so we do not have this SSP feature, even i can not use tags in customer center tab. so i am looking out a way, can we write CSS or script and deploy somewhere which works on customer center home links styles to…
-
Any help on this please, I know we can redirect customers by customer can login to store and click on view cart. But i would like to redirect my customers by clicking a link in email they redirected to cart with items what they added last time..
-
Thanks for the reply. anyone please help me out on a sample script or css to remove Quick View portlet and remove Set Preferences, Subscribe subscription links etc. how can i find ID's for these links. Please advice me.
-
actually, right now we have Recipient Name Recipient Emai same way i would like add 2 more fields My Name My Emai So that, if i want to get thsi voucher to my email and get it printed and give it to someone gifted. if i add email item option, will it send email to what i put email in ?
-
Any input from any one please. Please advice me on, sample CSS or code to change links (home portlet) in customer center. I know we can create tags and we can call them in my account tab, but i dont know how to write code on specific links to change link labels or make them in upper case etc.
-
I do not have this feature. is it new feature? is there any other way you can suggest.
-
any advice from anybody?
-
Thanks for the reply? how can i call this? can i create a custom tag and call this n theme cntent area? if so, it will shows in all pages in my site? how can i shw it n only login page?.
-
Sorry.....
-
I agree, thanks.
-
Hi I want to have my featured items in a separate left side navigation, right now if i add featured items those adding into my left side navigation. i do not want to include my featured items and left side navigation both in one box, i want to have featured items navigation top and below i want to have site navigation.…
-
Very Usefull..Thank You..
-
Hi Rob I am lloking for the same feature. did you get it implemented to have user name and password feilds on landing page or any page whereever required? Please advice me.
-
i removed that additional } but still getting same error undefined opidpop
-
Hi Pradeep, Thanks fro the reply, i have tried this, i am getting unexpecetd error, i am calling this on field validation. what i am looking is, i need to get Opty number from free text field 'custrecord23' and search in List field 'custrecord23' . function optidpop() { var filter=new…
-
Yes i haev tried that i am getting unexpected error poup with below error..."TypeError The Value of the property 'optidpop' is null on undefined not a function object" Please ote that in the below code 'custrecord21' is list type of Opportunity field. function optidpop() { var filter=new…
-
Hi Pradeep, i am using opportunity number in that field,as well in list feild also it starts with OPP18122...
-
may i know is it a client side script or where i can deploy ?.
-
Thank you so much, i will look in this.
-
Thanks for the reply, i just tried that still no luck i am doubting that, can we use this for line items ? because i am trying to make customer under expense sub tab line item. function fieldmandat(type){ if(type=='expense'){ nlapiSetFieldMandatory('customer', true); }
-
got it fixed, i need to call in field validate
-
Thanks for the reply any sample you cab provide, i just need to get field values from selected project to this line item
-
my script is working fine, the problem is when i click on add on line item it is not adding item, when i click on cancel it is adding. what is wrong in my script please advise.
-
can someone help me on this code on weekly time tracking to get line item vailes auto populated from project. function jobauto(type){ if(type=='job'){ var jobaut = nlapiGetCurrentLineItemValue('job','custentity_pro_department'); nlapiSetCurrentLineItemValue('department','jobaut' t); } return true; }
-
Yes Correct.
-
Hi Thank you so much, it is working, but i would like to pick value from first item only, if we adding more items, it should pick from first item only....currently it is changing based on each item add. any advice.....
-
Hi I got it resolved,..i would like to share this in community, it may usefull to others. i called my function at Recalc Function Thank you Ravi
-
Hi Value after record saving is fixed, it is working fine i haev done the change in the code nlapiSetFieldValue('custbody12',lineDept, true, false); now teh problem is, it is not auto populating by item selection, i have to click on any line item field to set the field value. trying on this, let em know ideas.....
-
Thanks Again, Now, it is picking up from first line item, But it is not picking up when i add item first time, first i ahve to add item then, i need to click on any field on that line item to auto populate the value. and also, when i save the record the value is going off, not storing in the field. i am calling function in…
-
Hi can someone help me on this code, i am trying to get column field value to body field in purchase order it happens whenever i add item.. my below code is not giving any error as well as not getting value in custom body field. shall i call teh function at page int or line int?. please help me. function itemow(type){…