How to run a Refill request using v7 ECL?
I am using Metastorm BPM v7.6 SR2. I’ve created an ASP.NET page that incorporates the ECL. I’ve followed the partial sample code to run an action refill given in section 5.7.2 of the Enterprise Component Library for .NET Usage Guide.
I can perform an action Submit and action Cancel without problems.
My scenario:
1) Open my custom form from the ework form passing in my needed data
2) Piggy back on my current session using the Session information in the cookie
3) Initiate an action to lock the folder on my form load
4) I have several buttons on my custom ASP.NET form that handle certain operations to write data back to the folder on my custom form submit
5) One button has code that runs the following statements to run an action Refill (to update the folder data and keep the folder locked)
action.RefillUpdates = new string[]{"RefreshMemoField"};
Refill refillResponse = myLocalSession.Refill(action);
a. action is the object that contains an instance of my current action
b. myLocalSession is an object that contains an instance of my current session
c. RefreshMemoField is a field on the ework form that I associate with the action in the procedure (but is not on my custom ASP.NET form)
d. I never open an instance of an object to the actual form in the procedure because I didn’t think it was necessary
When the refill takes place I receive the following message in our external log file:
“Unknown field ‘RefreshMemoField’ found in Updates list”
Is there something I am missing when running the action Refill?
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 153 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories