javascript - How to get the account name in dynamics cm using JS? -


hi want name of account in dynamics crm 2011, created on specific date. example, if account created on 4/3/2013 , user gives same date how can account name using java script?

since no 1 answered low hanging fruit, can few different ways. find odata easiest: https://msdn.microsoft.com/en-us/library/gg328025.aspx mike said in comments, retrieve. can use soap: https://msdn.microsoft.com/en-us/library/gg490657.aspx

simply put in filter date created in either 1 , make "name" "select" column. jorge posted number of links odata, remember soap alternative well.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -