Jump to content

document templating system


clm

This topic is 7920 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

any ideas how to implement a system where records are created in a documents.fp5 file based on records in a templates.fp5 file for the storage and management of boilerplate contracts and correspondence?

Link to comment
Share on other sites

create a script in document db which creates a new record.

run an extenal script from the main db. and select new record script (in document db). when a certain criteria is met the external script is run.

e.g. Main db.

Run script which creates a new record for a new correspondence in main db. within this script perform external script.

if info from main db needs to be shown in document file create a relationship to document db.

could be done by creating a unique id field in main db.

The new record script (in main db) inputs the unique id in to field in main db.

enter a copy step in script (in main db) and then add a paste step (in document dbscript) which will paste unique id in to unique id field in document file through the new record script (in document file).

Once this is done. select fields in document db to lookup the relevant fields in the main db using this relationship.

hope this makes sense!!!

ricardo.

Link to comment
Share on other sites

This topic is 7920 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.