seanbun-gmail
-
4/29/2009 7:19:52 AM
retrieving updated node data under workflow procedure
Hi,
I have applied a workflow on a document type - article. Below is my scenario:
I created and publish an article Headline field : "headline A" Abstract field : "Abstract A" Body field: "Body text A". Workflow Status: Published.
Then I edited the same article Headline field : "headline B" Abstract field : "Abstract B" Body field: "Body text B". Workflow Status: "Submit to Approval".
These are the new value showing in cmsdesk.
However, when I check the database article view and using the API Treenode.getvalue("field") method, both show the old values. I believe the new value will be updated until the "edited" article published again.
Could you tell me where the "waiting for approval" values store? How could I get those values throught API?
Please advise.
Matt
|