Skip to main content

Search

Ability to use Additional Fields from a Lookup Field

Comments

1 comment

  • ArdeviaForum

    Original Post by Vitaliy Zadorozhnyy (Imported from Ardevia Forum)

    Hello Sean,

     

    Regarding additional fields to lookup column:
    These fields are read-only in SharePoint and are not displayed even on the default(out-of-box)  edit and new forms. They can only be visible on display form. For the moment you can use just normal text fields in display mode and implement expression to populate them based on lookup field change. For this you can use GetFirstValueForQuery context expression :

    Code:

    [[@Web.GetFirstValueForQuery('ListName or relative Url', 'Caml query', 'FieldName')]]
    


    Some Idea how to implement this you can get from thispost. I know it is regarding sublists but the similar expressions should be for form fields.

     

    Regarding cascading lookups:
    Yes we will develop this feature in future.

    0

Please sign in to leave a comment.