My Stuff
Comments
-
Well, it seems we cannot see that defect description so not sure if it is the same thing or not.. :-(
-
Hi chanarbon, It's a Item search not transaction search. Thanks!
-
Every looks correct, just not the results in webservices. UI is perfect
-
All, I have figured it out. If anyone needs the answer here is foreach (SearchColumnCustomField custField in itmSearchRow.basic.customFieldList) { if (custField.scriptId == "custitem_zone") { SearchColumnSelectCustomField strCustomFld = (SearchColumnSelectCustomField)custField; CustomizationRef[] custRef = new…
-
I am trying to get the text value from a custom list column from a search, not the list record id and nothing I have tried so far works.
-
It is official...I have lost my ever loving mind and need a vacation!!!! Thanks Creece. It is working now.
-
Thanks mcelosa!!. I will take a look
-
Thanks but what I really need is the c# code. I am having a hard time figuring out the join. Thanks
-
Thanks! That will work
-
HI Ashish, You saved me from myself again!! Thanks. I went right by that. Working great now. Thanks again for the help! Karen
-
Hi Ashish, Awesome. Thanks so much. Just an FYI for anyone trying to do this with a custom record, replace RecordRef with CustomRecordRef and it works like a charm. Thanks so much Ashish!
-
Yes it is. I even installed on another computer. After the install I created a new project and created a file, no problem. Closed the program and reopened the old project and tried to create a new file and the same issue occurred. Closed and open the project where the file worked and created a new file and the file is…
-
I thought it was odd as well. I need to add a line to the Web Site Categories list and functions I needed said they were only for client scripts. How are you adding a line?
-
Same as I was trying to do only I was doing it in 2.0 and it appears they only work on client side. Very annoying. Thanks for the help! Much appreciated
-
Got it. 2 fldGroups, each a single column and side by side. Just wish I could control width
-
Thanks! That is closer but does not seem like I have control of the size of this fieldGroup (width) and now instead of side by side my fields are lined up in one column as desired but my data html field is being displayed to the right (correct) but below the fields. Still playing but not quite there
-
Being a real pain. each fldgroup is taking 50% of the page and it is really squeezing the data. Nothing I do seems to help. Making it unreadable
-
Thanks. I think I have it working. Knew there had to be a way. Thanks!
-
A fix was applied to our Sandbox. Not sure what the level was before that
-
This was a NetSuite Defect (#498000)
-
If anyone else ever has an issue with this it appears you cannot just use the currentRecord.get() to get any data from the record in view mode. Instead you have to actually load the record.
-
undefined in view and edit mode
-
the first one gets the internal id of the record correctly. The second where I try to get the itemid field is undefined. I have tried other fields and they also came back undefined when using getValue in View mode for the currentRecord
-
Thanks!!! I have been using the option version for everything I forgot that version existed! Worked like a charm
-
Looks like that might work. Guess we have to do what we have to do sometimes. Thanks so much for all the help!
-
Same error with other column field
-
No joy. still same error undefined(postSourcing) JS_EXCEPTION SSS_INVALID_SUBLIST_OPERATION CurrentRecord.getSublistField
-
Looks like adding a couple of them to sublist buttons might work but 2 of the buttons are under the Shipping tab, no sublist Sometimes I feel like we are taking 10 steps backwards with 2.0
-
We have working 1.0 code to add our custom button where we want it. Need 2.0 solution unfortunately. Thanks!
-
Thanks! Had a feeling it was something like that. They REALLY need to update documentation when they make changes like this. When they don;t update hard to know what the parameter is supposed to be func, function or something else. Thanks to both of you!!!