My Stuff
Comments
-
Have you tried setting the option on the custom elements to "Split Horizontally"? Ok, thanks.
-
Are you using one of the Disclaimer PDF layouts? Yes. Using a PDF disclaimer layout now and it is showing. So, why is the Help guide saying this? "In order for the disclaimers to appear, you must print your forms using HTML. To set this preference, go to Home > Set Preferences > General. Check the box next to Print Using…
-
Also, the added custom fields always appear right at the bottom (opposite of barcode) instead of automatically appended at the last line of the transaction like the standard TOTAL field. In the custom form, I have use the space where the standard TOTAL field was, which is between the disclaimer message and the barcode. How…
-
I'm working on refining our quote process, and need to send a quote along with a credit card authorization, so that it can be e-mailed directly from the customer record instead of brought into Word and then attached to an e-mail. Is there a way to add a 2nd or 3rd page to my PDF Layout Template so I can make this happen?…
-
Did you try just {total}? Hi Evan, I have tried {Total}. The problem was there is so little space to display the 3 separate custom elements, the total value was hidden. Had to carefully adjust the box to display the value
-
We are set up to charge handling separately from shipping, and the totaling boxes on Sales Orders, Cash Sales and Invoices display shipping and handling on separate lines. Is there a way for me to customize our forms to print with these separate lines in the footer? Currently they are combined in one line. Any suggestions?…
-
I am also looking for a solution for it. Most of the time, PO are created for Items and Expenses tab is seldom used. Can't find on the Customise Form to switch that order around.
-
We just came across a problem today. If we try to save an existing custom record we get an error message saying a record with the same name already exists. It doesn't matter if we actually make changes or not, the error message appears. These are records that we have modified previously without problem. Only today did we…
-
Thanks, but I need the file to be attached to a custom record, not a case... Back to the drawing board... Vote for this Enhancement 68629
-
You should be able to set up the employees Supervisor as an alert recipient field. I am trying to send a similar alert to Supervisor in my custom record. Parent is Project, Employee and Expenses. When record is created, I want the Saved Search to alert the supervisor of the employee. In Specific Recipients, I don't see any…
-
nobody used reference checkout 2-04-0?
-
No.. nobody replied
-
After further testing, it looks like it is the Images presented in the list of REORDER ITEMS in MY ACCOUNT that are causing the Mixed content securit message. The product images are retrieved from the public domain for display in the secured My Account. Is it a defect? Support Case #: 1977250 I haven't heard back since 4…
-
I am glad I saw this before attempting the upgrade ^^
-
Reference My Account allows you to customise the layout.
-
After further testing, it looks like it is the Images presented in the list of REORDER ITEMS in MY ACCOUNT that are causing the Mixed content securit message. The product images are retrieved from the public domain for display in the secured My Account. Is it a defect?
-
Hi Cantalupiusa, I can't see the link you sent & don't quite understand how/where I could put <NLPROCESSONCE> The header logo was added in the CSS and in the Website Theme, under the "Logo and Tabs Template" section, the header was added in as a <div id="header"> followed by a bunch of other codes. See code snippet below:…
-
Hi, do you mean that I wont be able to find the CSS anywhere?
-
Do you have the item in the inventory? The new matrix item may or may not display on your site based on the preferences set for display of out of stock items. You may need to create an inventory adjustment in Transactions > Inventory > Adjust Inventory, or set the preference for Out of Stock Behavior on the item record or…
-
I need to new instructions to add customdelivery instructions to SSP 2.04.0 checkout
-
Has anyone ever made a mobile friendly version at all in Advanced Site builder?
-
Where is the customer center picking its colour from?
-
Is Checkout page customisable now?
-
Please file a case with support, and reference issue 175492 Is it not supported in site with WDSK enabled?
-
How is that better than GA which is free? That sounds much more limited than GA is, although you may have been quite brief with your description. Is it fully capable of correctly tracking the source for transactions with the cross domain names? So, there is no way to show 1- Time spent on site 2 - Which external links they…
-
Thank you. I got it!
-
in the Custom Code section of Transaction Form, Library Script File* seems mandatory to me.
-
Ok, I figured out everything of what I wanted to achieve. The only issue now is my transaction form won't submit/save after message popped up.
-
Thank you. This script is set to run on a transaction form. I suppose, i need to search through the transaction's list of items to access the category's internal id? I managed to get as far as just printing a normal alert msg without any checks with the following code function MessageAtCheckout(type, action) { // print…
-
Hi, nlapiGetLineItemCount('sitecategory'); searches through the actual category in the Sitecategory record rather then the Item category of the Item in the Transaction record? Can I get it to search the lines in an active transaction record? I have added a custom Item field Display_Message (Check box) in the ITEM record,…