Git Product home page Git Product logo

automatepowerappschecker's People

Contributors

jowells1 avatar

Watchers

 avatar

automatepowerappschecker's Issues

On-prem not able to find solution by FriendlyName

Need to update the Export-CrmSolution command to use $solution.uniquename:

From:
$s = Export-CrmSolution -conn $crmSvc -SolutionName $solution.friendlyname -SolutionFilePath $solutionsDirectory -SolutionZipFileName $sName"_"$sVersion".zip"

To:
$s = Export-CrmSolution -conn $crmSvc -SolutionName $solution.uniquename -SolutionFilePath $solutionsDirectory -SolutionZipFileName $sName"_"$sVersion".zip"

image

Using friendlyname for solution filter does not work for non English

Feedback provided:
Fix 1: prevents default solution not to be excluded when Base Language is different than English
Replace:

With:

Fix 2: prevents failure of Export-CrmSolution when Friendly Name is different than Unique Name (this usually happens when Friendly Name has spaces or characters with accents.
Replace:
$s = Export-CrmSolution -conn $crmSvc -SolutionName $solution.friendlyname -SolutionFilePath $solutionsDirectory -SolutionZipFileName $sName""$sVersion".zip"
With:
$s = Export-CrmSolution -conn $crmSvc -SolutionName $solution.uniquename -SolutionFilePath $solutionsDirectory -SolutionZipFileName $sName"
"$sVersion".zip"

Untrusted repository prompt

Need to document that when having to add the AzureAD and PowerApps Checker PowerShell modules, will get prompted to trust the repository. Need to clearly document this.

Credential prompt should detail it's a D365 user

Currently, the script prompts for credentials but does not define what the credentials are for. Need to be more descriptive with this process to note that the initial credentials are used for D365. There is a check to see if you want to use different credentials for the Azure Authentication. Need to also document it needs to have System Admin or System Customizer role.

Version 8.1 does not have solutiontype attribute for solution

SolutionType attribute was being used to prevent retrieving the Default Solution. Since the Default Solution in CDS is uniquely named, needed to find a way to filter that out. Will need to look at conditional logic for online and on-prem to use different filtering criteria to prevent the default solution from being exported.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.