List of Contributions

James Lofgren

Employee

Contact Details

My Content

1 to 20 of 33 total
Posted By James Lofgren 07-20-2021 10:35
Found In Egroup: Automate
\ view thread
Hey Krista, In each solution there should be a solution field that is automatically created called ErrorRows. This field is an integer to tell you how many errors were in the previous AutoRun plugin. You should be able to directly use "ErrorRows == 0" to confirm that there were no errors. Here ...
Posted By James Lofgren 06-10-2021 11:07
Found In Egroup: Automate
\ view thread
Alternatively, you can have Table 1 exist on View 2 but hidden, and then use a Copy Data Table rule as a View rule to run on load. Then you don't have to manage when to execute the Copy Data Rule based on log messages or anything. You can just rely on whatever is sent to View 2. ------------------------------ ...
Posted By James Lofgren 06-10-2021 11:05
Found In Egroup: Automate
\ view thread
Hey Krista, I would probably have the extension table from View 2 also on View 1 but hidden, then use the Copy Table Data rule to transfer the data between the tables after the execution of the table 1. That way, it will be invisible to View 1, but will be pre-populated and visible in View 2. ...
Posted By James Lofgren 05-12-2021 12:32
Found In Egroup: Automate
\ view thread
Good news! My previous response was wrong haha. Apparently you can now be a participant in an Excel Workflow with a Standard license. There are still limitations on Standard users in the Excel Add-In, as they are not able to do any SAP interactions such as Validate, query, or post data through Excel. ...
Posted By James Lofgren 05-12-2021 12:16
Found In Egroup: Automate
\ view thread
Hey Krista, Any user who would require the Excel Add-In would need a Professional license in Evolve. I've asked the Winshuttle Account Executive for Timken to reach out to you to discuss this further. ------------------------------ James Lofgren | Solution Engineer Winshuttle North America | ...
Posted By James Lofgren 05-10-2021 17:12
Found In Egroup: Automate
\ view thread
Hey everyone, I created a quick tips and tricks video on using the Log Message Transforms and a new feature on the Document Attachment capabilities in Studio Manager and Evolve. You can check it out here: Winshuttle Pro Tips | Log Message Transformation and Document Attachment YouTube remove preview ...
Posted By James Lofgren 12-11-2020 11:57
Found In Egroup: Automate
\ view thread
Hey Tom, Thanks for the reply! I was actually able to reproduce this issue on 12.1, so our support team is escalating to engineering to have this resolved. Nice find! ------------------------------ James Lofgren | Solution Engineer Winshuttle North America | [City] | ---------------------- ...
Posted By James Lofgren 12-10-2020 12:51
Found In Egroup: Automate
\ view thread
Hey Tom, Thanks for letting us know about this behavior on the Connect Login. I have logged it as a bug to have this checked out. Can you confirm which version of Winshuttle Studio you saw this behavior? For a bit of background, when you login to Connect, it stores a local login file within %AppData% ...
Posted By James Lofgren 12-10-2020 12:18
Found In Egroup: Automate
\ view thread
Hi Michael, If you're still experiencing this issue I would suggest opening a support ticket for this issue so our team can take a look for you.  You can do that here: https://support.winshuttle.com/hc/en-us ------------------------------ James Lofgren | Solution Engineer Winshuttle North ...
Posted By James Lofgren 12-10-2020 12:16
Found In Egroup: Automate
\ view thread
Hey Darrell, For Winshuttle Scripts, the file path will be required when uploading to SAP. There may be some functions in Excel itself that can help populate that file path based on creation / modified dates on files, but from what I have seen those functions themselves require the path to be provided ...
Posted By James Lofgren 05-01-2020 14:02
Found In Egroup: Automate
\ view thread
Hey Winshuttlers, I hope everyone is staying safe and healthy! I wanted to share a blog that I wrote a few weeks back that may help with some of your more complex scripts! https://www.winshuttle.com/blog/where-do-ok-codes-come-from/ Take care everyone! ------------------------------ James ...
Posted By James Lofgren 04-17-2020 13:25
Found In Egroup: Automate
\ view thread
Hey Winshuttlers! With many of us now working from home, I was wondering if anyone has found any good music they like to listen to while they work? I've started a collaborative playlist on Spotify if anyone would like to add a few songs that they like and want to share with others. Brushy Beats ...
Posted By James Lofgren 04-03-2020 01:51
Found In Egroup: Automate
\ view thread
Hey Amy, This may be something we should ask support to take a look at with you. Could you submit a ticket at support.winshuttle.com and we can look into this for you? As first steps, I would want to confirm that your VPN connection is not experiencing interruption, and check your internet speeds ...
Posted By James Lofgren 03-31-2020 10:06
Found In Egroup: Automate
\ view thread
Hey Derek, I hope you're staying safe and well! Can you let me know which version of Winshuttle is on your machine and which version of the Winshuttle Function Module is on your system? Adding Basic Data Long Text in Winshuttle Studio is a built in feature that doesn't have the 72 character limit, ...
Posted By James Lofgren 03-18-2020 10:55
Found In Egroup: Automate
\ view thread
Hi Nkosimathi, It looks like John gave a great answer already, but I wanted to share a link to our 10x to 12x Studio Upgrade guide as well! https://docs.winshuttle.com/studio-en-12-1-x-upgrade-guides/upgrade-guides/Studio-upgrade-guide-10.7-to-12.1.htm We also have a webinar on this topic that ...
Posted By James Lofgren 03-05-2020 11:10
Found In Egroup: Automate
\ view thread
Hey Joao, Thank you so much for reaching out! To interact with the attachment controls you will very likely need to use the GUI Scripting recording method in Winshuttle. This records all actions on the screen, and runs in the foreground, so it will behave a bit different than what you might be accustomed ...
Posted By James Lofgren 12-10-2019 12:43
Found In Egroup: Automate
\ view thread
I came here to give the same recommendation actually hahah. You can also use the Transform functions to generate the concatenation so that whenever the script is ran it will create that as part of the run. https://docs.winshuttle.com/studio-en-12-1-x-online-help-studio-w-connect/12/add-transforms-qs.htm ...
Posted By James Lofgren 12-09-2019 11:59
Found In Egroup: Automate
\ view thread
Hey Ben, You can follow the steps here: https://support.winshuttle.com/hc/en-us/articles/360026530911-How-to-enable-trace-logs-in-Studio I would also recommend opening a support case if you can so our team can take a further look. I was also wondering a few other things that may help narrow ...
Posted By James Lofgren 12-06-2019 09:38
Found In Egroup: Automate
\ view thread
Hi Ben, For your ME21N script, can you tell me if the steps to set the Filter in the details section is inside of your loop or outside of your loop? In other words, is it going through the filter selection process for each line item or is that set outside of the loop? That may be impacting processing ...
Posted By James Lofgren 12-03-2019 16:12
Found In Egroup: Automate
\ view thread
Hey Tom, Looks like Sigrid may have beat me to the punch, but I've put together a quick script that uses BAPI_MATERIAL_SAVEDATA to either add or update alternate units of measure. If it exists, it will update it, if not, it will create it. Hope this helps! I'll be putting some more work into this ...