Announcement

Collapse
No announcement yet.

Dynamic Logic - file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dynamic Logic - file

    Hi,

    Is it also planned to check the field of type File to check if a file was filed or not?

    (We must monitor whether our users in the entity "Opportunity" place an offer as a file.)
    Peter

  • #2
    Hi Peter,

    PHP Code:
    ifThen(
      
    fileFieldNameId !== null && entity\isAttributeChanged('fileFieldNameId'),
      
    here do something

    Last edited by yuri; 02-20-2017, 03:39 PM.

    Comment

    Working...
    X