Error Evaluating UI Expression Expression evaluation error at function a!gridField [line 27]: Could not find variable 'fv!row'

where can I find this interface with fv!item on

  Discussion posts and replies are publicly visible

Parents Reply
  • there is no line 27 unfortunate.
    is only the following 

    a!linkField(
    links: {
    a!recordLink(
    label: fv!row['recordType!{7c6cb0af-02e3-4e21-9db7-e5d7ebd92423}UMS AAPPs.fields.{aappNum}aappNum'],
    recordType: 'recordType!{7c6cb0af-02e3-4e21-9db7-e5d7ebd92423}UMS AAPPs',
    identifier: fv!row['recordType!{7c6cb0af-02e3-4e21-9db7-e5d7ebd92423}UMS AAPPs.fields.{aappNum}aappNum']
    )
    }
    )

Children