microflow : attachments log page

0
I'm trying to create a page which tracks when attachments are added in the application  domain model  microflow : actionlog  the microflow is called when a new attachment microflow is called..  when i add an attachment, and execute the above microflow. the mFlow_actionlog_add never adds anything to the ActionLog Entity.  Any ideas? 
asked
3 answers
0

Hi Phillip,

Make sure you have entity access to read the attributes in the action log entity. The records could be created but your user role could be preventing you from viewing them.

answered
0

Hi,

  • any errors in console log?
  • Is user have rights to create objects and rights to write into on attributes in that object?
  • What you pass into variable $VarAction into the submicroflow?
answered
0

Should i be using a different action than "Commit Documents" in the first blue box of the microflow?

Here is what i have set up when i call the submicroflow in the second step. 

answered