pnp / PnP-Provisioning-Schema

Office 365 Patterns and Practices - Remote Provisioning Schema
MIT License
159 stars 220 forks source link

Feature request ? : Integer as parameter #566

Open glasserre-pdw opened 2 years ago

glasserre-pdw commented 2 years ago

Is possible to pass integer as parameter in order to define DefaultLCID and LCID value in list currency field ?

glasserre-pdw commented 1 year ago

Hello, no news about this request? :)

glasserre-pdw commented 7 months ago

Hello. Kind reminder to up the issue :) The idea is to allow Parameter in template to use in DefaultLCID attribute. If we try to use parameter, we have this error message :

The 'DefaultLCID' attribute is invalid - The value '{parameter:LCID}' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:int' - The string '{parameter:LCID}' is not a valid Int32 value.

Example : Replace

`

` by ` ` This will avoid the fact to have a template file by Language and simplify template file lifecycle. Regards.