PnP Provisioning Template: list listId for the lookup field, when list Title is localized #3974
Unanswered
tivanchuk-hawe
asked this question in
Q&A
Replies: 1 comment
-
Seems to be still not implemented - pnp/pnpframework#238 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the field lookup definition normally is this
List="{{listid:MyListTitle}}
, this is fine, when list Title is simply Title="MyListTitle"But when there is Title="{localization:MyList_ListTitle}" things become complicated.
Tried (and failed) combinations:
List="{{listid:{localization:MyList_ListTitle}}}
List="{{listid:localization:MyList_ListTitle}}
List="{{listid:MyList_ListTitle}}
If this a dead end and not implemented, is there workaround for this? (Other then fix the lookup after the deployment with PowerShell).
Beta Was this translation helpful? Give feedback.
All reactions