Newbies Fitzy Posted April 5, 2021 Newbies Posted April 5, 2021 I've been using the scribe plugin and its awesome. However, I would like to refine my process a bit by pulling the form field names from the PDF so I can build my SQL and then write the data back. I looked at the scribeDocListrFields but that pulls everything. IS there a way just to pull back for fillable forms fields names? The overall scope of this is 125 PDF forms with about 250 different field names. Worst case I suppose I could read all the fields name into a variable and do a ScribePatternMatchAll validation, but just wanted to check if there was something I was missing like: (ScribeDocListFields;"Fillable Form Field Names") Regards,
ryan360Works Posted April 5, 2021 Posted April 5, 2021 Hi Fitzy, ScribeDocListFields returns a list of all named fields in the PDF. There is not currently a way to apply filters to that function so that the return is a subset of the named fields. I think your approach with ScribeDocPatternMatchAll or perhaps FileMaker native functions can help in refining the list.
Recommended Posts
This topic is 1383 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 accountSign in
Already have an account? Sign in here.
Sign In Now