CustomDocumentProperties

  • Thread starter Thread starter Patrick Jox
  • Start date Start date
P

Patrick Jox

Hi,
I am wondering if it is possible to connect a custom document property
directly to a bookmark.

The situation is:
I have a document representing an invoice. Within the document there are
some amounts and one formula (embedded in the bookmark "totalAmount") that
sums every amount to totalAmount. There is a custom document property named
"overallAmount" which is displayed as column in Sharepoint folder.

What I want is to dynamically connect the custom document property
"overallAmount" to the bookmark "totalAmount" so that the custom document
property is automatically updated whenever "totalAmount" changes.

Is it possible to do this without programming. I know this could be done
using vba or sharepoint workflow.

Kind regards
Patrick
 
OK found it. I can define the custom property as "Linked" and then assign
the bookmark.

Problem is, that the text of the Bookmark is a formula so there will be the
formula displayed.

regards
Patrick
 
Back
Top