My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: Internal Error has Occurred - When trying to login
Hi @Wendy_M, Is this happening only on specific shopper or all users? You may try this SuiteAnwers Article: Resolve Error "An Internal Error has occurred" when Logging in through Website | …1 -
Re: Apply style to published saved search?
Hi @Tom Dalton, You may try this base code and update accordingly: '<style>.listheader { background-color: #FFFFFF; background-image: none; }</style>' This seems to work on my e…3 -
Re: Apply style to published saved search?
Hi @Tom Dalton, Yes, you can apply styles on the Published Saved Search by creating a "Formula (Text)" field that contains custom CSS. This might be the simplest approach. See the example b…1 -
Re: Get Image URL from ID in a CCT
Hi User_9L1BG, The value returned by the Image Field is the File ID store on the File Cabinet. You may need to implement a SuiteScript call through a Service File to get the URL: For SuiteScript 1.0:…1 -
Re: Kilimanjaro local development + URL format
Hi @JHasselbring, The SuiteCommerce application is divided into three parts (shopping.ssp, checkout.ssp, and my_account.ssp). Based on your example, one of the possible reason that the URL you are se…1