Alessandro Lopez Santinelli
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 16
Activity overview
Latest activity by Alessandro Lopez Santinelli-
Alessandro Lopez Santinelli commented,
Josh, Is that PDF layout a native SAP format, or is it a custom format you created?
-
Alessandro Lopez Santinelli commented,
Hi Josh, I use something very similar Could you try the query from the Attachments section and see if it works for you? considering that I already have my files physically defined in a specific ...
-
Alessandro Lopez Santinelli commented,
Hi Josh, Could you please share the SQL query you are using in the Attachments section of the Report Action? Regards Alessandro.
-
Alessandro Lopez Santinelli commented,
Hi Rob! I do something similar. In my case, I first send the email and then update the user-defined field to mark it as sent. That way, on the next B1 Print & Delivery run, it won’t be picked up. ...
-
Alessandro Lopez Santinelli commented,
Hello Matthias, I fixed the issue by changing the Windows regional settings. We noticed (at least in our case) that the affected computer was set to "Spain" as the region. We changed it to "Mexico,...
-
Alessandro Lopez Santinelli commented,
Hi Thomas, I’m not sure about your version, but in recent versions, yes. I have two regards. Alessandro.
-
Alessandro Lopez Santinelli commented,
Hi Paul, try this: Select '\\b1_shr\attachements\picklists\'+SUBSTRING(CONVERT(varchar, docdate, 112), 1, 4)+'\'+CHOOSE(month(DocDate),'January','February','March','April','May','June','July','Augu...
-
Alessandro Lopez Santinelli commented,
Hi Marcus, I hope I understood correctly; you need to access the queries saved in SAP (Query Manager). If so, you need to know the IntrnalKey of your query. You can run this query: SELECT T0.Intrna...
-
Alessandro Lopez Santinelli commented,
Jobi, try this way, Instead of a simple condition, make it an SQL condition. It's possible that the format of the field marking an error is from the 'Item' field (BOY_1). In my example, I use an SQ...
-
Alessandro Lopez Santinelli commented,
It's very strange; I have the same scenario and it works fine. As Geoff says, turn on debug mode to find the error line. Regards Alessandro.