Archiving job tickets

Post Reply
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Archiving job tickets

Post by ArielRauch »

I would like to implement a kind of job ticket store while every job ticket after processing successful the flow will be stored there.

When submitting a new file I would like to enable the user to choose a job ticket from the archive and to initialize the new job ticket with those values.

Has anyone a conceptual implementation idea?



Thank you



Ariel
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Archiving job tickets

Post by dkelly »

create a database table to store the job-tickets.
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Archiving job tickets

Post by ArielRauch »

I do not have the database module:(
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Archiving job tickets

Post by ArielRauch »

On the other hand how can I let the user choose a job no from the archive and afterwards initialize the metadata fields with the relevant data from the same submit point?
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Archiving job tickets

Post by dkelly »

ArielRauch wrote: I do not have the database module:(


mysql or sqlite command-line
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Archiving job tickets

Post by ArielRauch »

Good idea.

And how do I initialize the metadata fields after choosing the job no?
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Archiving job tickets

Post by dkelly »



you can't. The only way would be to use a Submit Point to get job no and the a Checkpoint to pull the other values from db.
Post Reply