UserHierachy module for sugarCRM 6.5.2 - sugarcrm

I have upgraded my SugarCRM 5.1 to 6.5.2. Now i want add Zukars_Hierarchy module but does not support for 6.5.2. How should i do this ? How to develop custom module for user Hierarchy ?

Solution for User Hierarchy Module For SugarCRM 6.5.* please visite this site and fallow the steps http://amolbansode.wordpress.com/2012/10/17/user-hierarchy-module-for-sugar-crm-6-5/

Related

How to create a custom SSO Member Login in Umbraco v8 (ADFS - No Azure) using "itfoxtec-identity-saml2" Project?

I'm new with sso login (ADSF - SAML2) with Umbraco v8 and I need some help to know if this is the right package for me.
I'm working on a website using Umbraco CMS v8 and I need to create a custom members login (frontend) using the sso authentication of my company (ADFS - no Azure AD) and my custom login form (C# and .Net Framework 4.7.2+).
I found on NuGet the "itfoxtec-identity-saml2" package that can be used to do it and I saw that there are two packages that could help me: "ITfoxtec.Identity.Saml2" and "ITfoxtec.Identity.Saml2.Mvc"
What are the difference and what reccomand to use?
Any other suggestions to create an SSO Members Login in Umbraco v8, is welcome.
Thank you and I look forward to your reply
Adriano
The ITfoxtec.Identity.Saml2 is the base component implementing the actually SAML 2.0 standard.
The ITfoxtec.Identity.Saml2.Mvc and ITfoxtec.Identity.Saml2.MvcCore implements the elements needed to integration with ASP.NET MVC. The ITfoxtec.Identity.Saml2.Mvc component is for .NET Framework and the ITfoxtec.Identity.Saml2.MvcCore component is for .NET Core and .NET 5.0.
I'm afraid that i do not know anything about Umbraco, sorry I cannot help you there.

How to install active-x control from website in IE?

I want to install active-x(.ocx) from website in IE.
if(active-x is not registered or installed version is old)
install/register active-x control
I am a C++ developer, I have developed active-x control(.ocx) I am new in web development.
Currently I am doing registration through (regsvr32 active-x name). I wants to automate this process. As user came to my site plugin should get installed.
Thanks in advance...
I have found the way to do it using following links:
http://www.codeproject.com/Articles/14533/A-Complete-ActiveX-Web-Control-Tutorial
http://www.codeproject.com/Articles/22185/A-Complete-Scriptable-ActiveX-Web-Control-Tutorial
Thanks,
Pravin

Customize Magento modules

I am new in magento. I have install SMS Text Messaging - powered by 24x module in magento but I want to customize this module and want to embed mvaayoo php api and remove 24x code. Please tell me how to Customize Magento modules and proper flow structure of the magento files.
Thanks,
To understand magento module development or customize existing modules(including directory structure) you may visit following links:
http://knowledge.santanu.net/developer-guide-for-magento-module-structure-and-codepool/
http://knowledge.santanu.net/magento-mvc-pattern-and-advanced-module-development-guide/

Simplesaml SSO silverstripe

just wondering if there is any module available that is implementing simplesamlphp as a SSO library that is getting used in Silverstripe?
Cheers
RD
The Shibboleth Module implements simplesamlphp:
https://github.com/silverstripe-labs/silverstripe-shibboleth
It appears this module is for Silverstripe 2.4 and not the latest version Silverstripe 3.0.

Do DNN support ajax control tool kit.?

Do DNN support ajax control tool kit.
If not then why, and how can i make DNN support Ajax Control Tool kit?
I made my module work with the Ajax Control Tool Kit. I added a reference to my module and included the dll in the package as a dependency.
The dll is already loaded with the dnn installation.
You can use it in your project like this
First Register the dll
Then access the control list as
<dnnweb:dnnajaxpanel...
More on this on codeplex