List of Contributions

Krista Zinna

Contact Details

My Content

1 to 20 of 34 total
Posted By Krista Zinna 10-05-2022 12:56
Found In Egroup: Automate
\ view thread
What is the range you are using for the drop down list for Bestellmengeneinheit? I would suggest instead of using a drop down list of all possible order units, pull directly from the repeating table so that you are forcing the second user to only be able to leave Bestellmengeneinheit blank (if basic ...
Posted By Krista Zinna 10-05-2022 08:35
Found In Egroup: Automate
\ view thread
Hi Jana - validation rules only work on the first line of a repeating table.  It can be tricky to find a workaround.   Is the order unit a single field or also part of a repeating table?  Can you share a screenshot of your form to help me understand a bit more what you are trying to accomplish? - ...
Posted By Krista Zinna 02-15-2022 09:09
Found In Egroup: Automate
\ view thread
Hi Carol - I had a similar issue with Transportation Group and nothing I tried worked. Maybe Sigrid's recent suggestion will work, but if not, you may need to get your IT to intervene. My IT group had configured Trans Group to grey out in MM01 once it was populated for the first time so I got the same ...
Posted By Krista Zinna 02-02-2022 12:51
Found In Egroup: Automate
\ view thread
Sure, here is a script and data template for creating sales views. My company doesn't always enter a "1" in the tax class, sometimes it's a "3" which is why each tax line has it's own column in my template. But if your company always uses "1" you can just have a fixed value rather than reading a column ...
Posted By Krista Zinna 02-02-2022 12:50
Found In Library: Automate
Posted By Krista Zinna 02-01-2022 13:44
Found In Egroup: Automate
\ view thread
Yes, we manage our Tax Classifications with IF Statements. Depending on how many you have, you can do an IF Statement per Sales Org, or you can group them. For my scripts, I group them. For instance, Sales Org 0210 and 0530 each have 12 Tax Classifications, but 0280 only has 1 (like your example in your ...
Posted By Krista Zinna 02-01-2022 08:59
Found In Egroup: Automate
\ view thread
Hi Knavis - have you tried debugging to see where the script stops? ------------------------------ Krista Zinna | Master Data Specialist Timken Company | 234-262-2008 ------------------------------
Posted By Krista Zinna 11-24-2021 08:03
Found In Egroup: Automate
\ view thread
Hi Jana, Are you using a rule in Evolve? If so, put a condition in that says run the role if the log field begins with "Material." In your example, in German it looks like your condition would say if the log field begins with "Das". Then, when you get your error message, the rule will not run and your ...
Posted By Krista Zinna 09-13-2021 08:38
Found In Egroup: Automate
\ view thread
Hi Sigrid - My company would also be interested in this.  We have Evolve.  Is there online documentation by chance? ------------------------------ Krista Zinna | Master Data Specialist Timken Company | 234-262-2008 ------------------------------
Posted By Krista Zinna 08-03-2021 11:24
Found In Egroup: Automate
\ view thread
Hi - I didn't say the errors are 0 at the end. The promoted values are calculating correctly while in transition (but not appearing correct in the documents/tasks pages). We are not yet requiring users to go back and correct, we are just completing the process and notifying them that there were errors ...
Posted By Krista Zinna 08-03-2021 09:15
Found In Egroup: Automate
\ view thread
Hi Sigrid - I checked and all looks good. Does the workflow only look at the field values upon submission of the form, or does it continue to evaluate the field values at each step of the workflow? If only at the submission of the form, then it would be an issue since the Error Count does not calculate ...
Posted By Krista Zinna 08-02-2021 14:41
Found In Egroup: Automate
\ view thread
Hi Sigrid - this didn't seem to work. Also, when I promoted the field to a solution field it is not showing the proper value when I view in Documents in the Solution. Is there another action I need to take in order for the correct value from the form field to pass into the solution field? See below for ...
Posted By Krista Zinna 08-02-2021 14:13
Found In Egroup: Automate
\ view thread
Hi Sigrid - I was able to get the Count function to work for my solution to get a field outside of my table that counts the error rows. Now I am stuck on how to incorporate this into the workflow. Here is what I have below. After the update runs with the Process Form plug in, there is a decision with ...
Posted By Krista Zinna 07-20-2021 10:44
Found In Egroup: Automate
\ view thread
Hey James, Maybe I'm missing something but I have not been able to find that solution field. We have that field when we create an Excel Workflow and we are able to use it but in this solution, where we have a Web Form with repeating content, it is not an option which is why we tried "Match". See below ...
Posted By Krista Zinna 07-19-2021 09:45
Found In Egroup: Automate
\ view thread
Hi Friends, We have a simple MM02 web form solution to update material master fields. We have created the form with a repeating data section as the user will most likely submit several materials at once. The form routes for approval and then a plug in runs the Winshuttle script. If there are no errors ...
Posted By Krista Zinna 06-25-2021 13:12
Found In Egroup: Automate
\ view thread
Hi Sigrid - thanks for your note. I did try something similar yesterday and realized that only the last validation message ends up showing on the helper field, which is not ideal. I'm back to working with keeping the rules on the fields however there is one thing that I'm struggling with that maybe you ...
Posted By Krista Zinna 06-24-2021 09:30
Found In Egroup: Automate
\ view thread
Thank you both for your response. The rules that I would like to apply are data quality rules which typically compare fields within the rows against each other. I don't really want to apply the rules as the fields change because if I have several columns in my table and I'm comparing a value in field ...
Posted By Krista Zinna 06-22-2021 15:34
Found In Egroup: Automate
\ view thread
Hi, I am working on a section in my solution where a user can press a button to show data quality errors that may be present in their form.  The data/fields are in a repeating table.  I have two rules per field on the button.  One rule is an action message that will appear if the conditions are met ...
Posted By Krista Zinna 06-11-2021 07:45
Found In Egroup: Automate
\ view thread
Thank you James! I went with the first option and it worked perfectly. I appreciate your help! Krista ------------------------------ Krista Zinna | Master Data Specialist Timken Company | 234-262-2008 ------------------------------
Posted By Krista Zinna 06-09-2021 08:19
Found In Egroup: Automate
\ view thread
Hello - I have an Evolve Solution for the creation and extension of Materials using MM01. I have imported the transaction scripts as a repeating section so that users can create and extend multiple materials in the same solution. I have a button in my form, View 1, that the user can push and it is ...