Skip to main content

Dynamic Code pVal in B1

Answered

Comments

2 comments

  • Official comment
    Yaremi Miranda Lopez

    Answered in ticket.

  • Morten Lilbæk Pedersen

    Development answer:

    It is not possible to get the full pVal variables (UF - Dynamic Code events can come from item, menu and formData events so there is no common event)

    We have a common event among them called "eventData" that have properties:

    FormTypeEx
    BubbleEvent
    TargetRow
    SourceRow
    FormDataObjectKey

    Example:

    string ft = eventData.FormTypeEx;

    But other than those rest is off limit to the UF - Dynamic code.

    Note: SourceRow and Target row are used in line loops and can give you what row is being transferred from and to. In a none line loop scenario, they contain the same value as itemEvents pVal.Row

     

Please sign in to leave a comment.