microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
284 stars 188 forks source link

Added to support BYOD (simple entities) label translation #332

Closed sbkoppens closed 1 month ago

JoelLeichty commented 3 weeks ago

I think this line needs an if statement so it doesn't run if @translateBYOD_enums parameter is false? Otherwise it always tries to run and fails if the srsanlysisenums table isn't deployed.

execute sp_executesql @srsanalysisenumsTemplate;

sbkoppens commented 2 weeks ago

Thanks Joel,

Done.

Regards, Steve