Hi,
Is there a way to add a metadata field (and value) to a job without using the Scripting module.
Of course I mean without manual intervention (Submit/Checkpoint).
The only thing I can think of ( and I am not sure about this either) is using xslt.
Please advise,
Ariel
Adding Metadata without the Scripting module
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Re: Adding Metadata without the Scripting module
Well... You could use an XML pickup, right? You can also cram stuff in the JobState or the filename. What are you trying to do?
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Re: Adding Metadata without the Scripting module
Hi Gabriel,
I would like to store the email address of an sales agent for example:
The name (or id ) of this agent is chosen in a submit/checkpoint. In order to keep things clean I would like to store the sales agent name as is with the Metadata set and in a nextstep querying an XML file with the sales agent and email information and then assign it to my original Metadata.
Any ideas?
Thanks
Ariel
I would like to store the email address of an sales agent for example:
The name (or id ) of this agent is chosen in a submit/checkpoint. In order to keep things clean I would like to store the sales agent name as is with the Metadata set and in a nextstep querying an XML file with the sales agent and email information and then assign it to my original Metadata.
Any ideas?
Thanks
Ariel
Re: Adding Metadata without the Scripting module
Is the reason you're doing that because you think the CSRs will change from time to time? Sounds like you'd have to update you submit point anyways.
Why not have the submit point have the CSR's in the drop down something like:
Would that work?
Why not have the submit point have the CSR's in the drop down something like:
- Dominick Peluso <dominickp@example.com>
- Ariel Rauch <arielr@example.com>
Would that work?
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Re: Adding Metadata without the Scripting module
Thought of that too. It is my fall back solution.
For this specific case it is ok but if I need to combine more than one field it becomes clumsy.
For this specific case it is ok but if I need to combine more than one field it becomes clumsy.