My Stuff

J.Harris88 Green Ribbon

Comments

  • This could also be accomplished with a workflow i currently use a saved search that picks up invoices that have not been emailed and at the end of each day during the week an email is sent out using the send email action. Very simple to setup and allows us to customise the message to the customer with an email template.
  • We have noticed this issue too, this morning. Switching to other roles seems to work for the moment.
  • I'd try to use trunc(sysdate,'DD'), and keep in mind that sysdate is dependant on where the server is located. case when (trunc(sysdate,'DD')+decode(to_char(sysdate,'D'),2,1,3,1,4,1,5,1,6,3,7,2,1,1)) = {shipdate} then 1 end I think this might be the winner, thank you!
  • Thanks T.Watz, unfortunately that didn't work. Code pasted below, shows no results when saved. case when (sysdate+decode(to_char(sysdate,'d'),2,1,3,1,4,1,5,1,6,3)) = {shipdate} then 1 end
  • Hi All, Back again for some formula help. Currently trying to show in a saved search a customers potential liability to the business. I can show the total liability(sales orders + outstanding invoices) though a sum summary search which is great but ideally i need a breakdown showing sales orders, Invoices, total. Something…
  • HI All, Need a bit of formula help. I'm trying to show on the item information page the total number of assemblies that are available to build with parts that are not promised out at our manufacturing location. I've been using a saved search that summarises the minimum based on {memberitem.locationquantityavailable} using…
  • Hi all, Hope you can help with my formula issue. I'm trying to create a transnational search whereby we can see deliveries that are going out tomorrow. Now this is ok for Monday to Thursday, but come Friday if we have a criteria of next day on the field the delivery will show as Saturday which is a day we do not deliver…
  • Hi All, Back again for some formula help. Currently trying to show in a saved search a customers potential liability to the business. I can show the total liability(sales orders + outstanding invoices) though a sum summary search which is great but ideally i need a breakdown showing sales orders, Invoices, total. Something…