Skip to content

Save time writing client side code for Dynamics CRM. Write interactive forms for Dynamics CRM using the javascript API. Less time on syntax, more time on business logic™.

License

Notifications You must be signed in to change notification settings

joenewstrom/simpleXrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleXrm.js

simpleXrm

Advantages:

  • Simple, declarative methods that allow fast & interactive form scripting
  • Flattened namespace which simplifies developer interface
  • Plural methods which iterate over each argument, allowing faster development and smaller libraries than interacting with each control or attribute individually
  • Compound methods for common tasks such as closeAtt() which will hide and lock a control as well as clear its value in memory
  • Reduced risk for SDK version upgrades w.r.t. deprecated methods (we can update or fork simpleXrm.js to support the new method or apply a safe workaround for deprecated methods without forcing developers to update each and every one of their form libraries)
  • Built in null safe & type safe checks (in progress)

About

Save time writing client side code for Dynamics CRM. Write interactive forms for Dynamics CRM using the javascript API. Less time on syntax, more time on business logic™.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published