My Stuff
Comments
-
Is this something you still need help on?
-
Thank you Mark...I will do some digging on how to remove that sublist. I really prefer option 2 but would like to remove the sublist regardless as our business model does not incorporate outside sales into entering items...yet... But in all honesty it may be a good idea for me to reach out to you just to have that…
-
Hello everyone! I too am interested in a "Job Costing" solution...does anyone have any updates on this thread? I am in a similar, almost identical situation as Aaron. As profitable as our line of work is the Administrative hurdles almost outweigh it.
-
Thanks for the reply Mark. I am still looking into this solution...for now I have created an excel form that outputs user html signatures. Thanks again for the helpful information!!!
-
Did you ever find an answer to this question?
-
Thanks!
-
Two places to start... NetSuite Set Preferences>Transactions>Printing: Horizontal and Vertical Print Offset Browser: CTRL+P with Check or Bill Payment Hotprint visible. Verify no page scaling is set... Hope this helps!
-
Just had this same issue come across my email from our Controller, any luck with this? On my form specifically I am using a voucher setup with a heavy custom HTML code to drive it. With that being said initial glance appears that the 1/2" or so adjustment is specifically on the "Check" portion which leads me to believe it…
-
Any update on this Drewmich ? I am also experiencing record.entity tag errors...in 2018.1 my template used ${record.entityaddrtext} as a freemarker tag for the Address of a Check. Now the address is not visible on any checks.
-
Here is a string I use for my headers...works like a charm for my basic minded HTML skills!!! <p style="text-align: center;"><span style="font-size:14px;"><b>${subsidiary.name}</b></span> <br />${subsidiary.addrText} <br />${subsidiary.phone} <br /><a color="blue" href="url">${record.subsidiary.url}</a></p></td>
-
Thanks for the advice Mark! I will give this a try!!
-
I will take that information and see where it leads me! Thanks everyone!!
-
JohnCCole per the Help Center, "If there is more than one Formula(Currency) field in the saved search, reference the fields by using ${result.formulacurrency} for the first field, {result.formulacurrency_1} for the second field, ${result.formulacurrency_2} for the third field, and so on." I have tried this with no…