How to make a ADX Studio Portal / D365 Portal Multilingual.

Hello guys....if you have a requirement like make a D365 Portal Multilingual then follow the steps to make it......

Step 1: Firstly you need to Enable the languages for your CRM. To enable this go to Setting > Administrator > language. Click on Languages.

Step 2: Select the language which you want to enable for your portal. Here I select Hindi language. Now click on apply.

Step 3: Now Enable the Languages for your D365 Portal. To Enable this go to Portal > Website.

Step 4: Now Open the website record for which you want to make Portal Multilingual.

Step 5: Now go to Supported Languages section. This is a list of Languages which is enabled for your portal. Click on Plus (+) Icon. It will open a new form.

Step 6: Fill the form as show in below ScreenShot.
Portal Language: Select the Language which you want to enable.
Published state: It must be Published.
Step 7: Now check the portal. Portal now is Multilingual.

Note:- When you Change the Language, you will see, Some content will change it's language and some not. Now the question raised How to change the language of all content.

Follow the steps to change the language of content.

Step 8: Login the D365 portal with Administrator ID and select the language for which you want to change Content's Language. Here i select Hindi Language.

Step 9: To change the Content's language. Hover on content and click on Edit (in english).

Step 10: Now Give Hindi language Content and then click on save.

Now Check the Portal. By doing this, you can change the all content's language as show in below image.


Another Question raised, If you have a custom field on the form in portal then how to change it's language as show in below image.



Follow the steps to change Language of Custom Field/Entity. 

Step 1: Open MS Dynamic CRM. Add the entity (for which you want to change language) in your custom solution.

Step 2: Select the solution and Click on Export Translation. It will download a zip file. Now extract the zip files.

Step 3: Now Open the CrmTranslations File. Here you will find the column for each language.

Step 4: Give the Custom entity / Field Translation in front of each column.

Step 5: Save this Excel file and then again bind these files in Zip file.

Step 6: Now Select the solution for which you have export translation and now click on import translation.



Now check the portal.....

Now you can change the language of all content in portal.


Click Here to know, How to create a custom web page in D365 Portal / ADX Studio portal.

How to Hide "AzureAD" button and "Sign in with External Account" in D365 Portal

Hello guys...Hope you are doing great. In this post i will show you how to hide Azure button and Sign with External Account Label. This is the Requirement which came in my project.


Step 1: Go to Portal > Site Setting.

Step 2: Find the record whose name is Authentication/Registration/ExternalLoginEnabled and then open the record.

Step 3: Set it's value to false. This will Hide label (Sign with External Account Label)
Step 4: Now find the record whose name is Authentication/Registration/AzureADLoginEnabled and then open the record.

Step 5: Set it's value to false. This will Hide Azure button.

Now Check the Portal.....


It's weird to say, changes will not reflect in portal at a time after change the value. It will take some time or may be some days. I know it's weird but trust me it will surly hide this. For my project it took 2 days.


Click Here to know, Cache Problem In D365 Portal / ADX Studio Portal.

Click Here to know, How to make a ADX Studio Portal / D365 Portal Multilingual.

How to remove Comment Section from Web Page in ADX Retail Portal

Hello guys...if you have requirement like remove comment section from web page then you are at right location.

Here i will hide comment section from Checkout web page. Follow the steps to hide comment section from web page.

Step 1: Login the portal with Administrator role.

Step 2: Now open the web page in portal from where you want to remove/Hide comment section.

Step 3: Click on Edit as show in below image.

Step 4: Now check the Partial URL of this web page. Here it's name is Checkout. With the help of this URL, it is easy to find web page in MS Dynamic CRM

Step 5: Now open the MS Dynamic CRM and Go to Portal > WebPage.

Step 6: Now open the webpage whose name is Checkout.

Step 7: Scroll down the form and Check Comment Policy field. Set it's property None to remove comment section

Step 8: Now save the form and then check your portal.

  

How to Update record from entity list in ADX Studio Portal / D365 Portal

Hello guys... Hope you are doing well......In this post i will show you how to update the record from entity list in ADX Studio Portal / D365 Portal.

Step 1: To Update the record, firstly create the Entity form. Go to Portal > Entity Form.

Step 2: Create a new Entity Form record.
Name: Give the Entity form name.
Entity Name: Select the Entity.
Form Name: Select the form.
Tab Name: Select the tab.
Mode: Mode must be Edit.
Record Source type: It must be Query String.
Website: Choose the website for which you are working.

Step 3: Go to Portal  > Entity List in MS Dynamic CRM.

Step 4: Open the Entity List record from where you want to update the record. Here i have entity list whose name is "Account list" (it show the list of Account's record) .

Step 5: Now go to grid configuration section of record. Click on +Edit

Step 6: Now fill the Information.
Target Type: Choose it's value Entity Form.
Entity Form: Choose the Entity form which you created in Step-2.
Button Label: Give Button Label.

Step 7: Now check the Enable Entity Permissions. If it is not check then click on the checkbox because without enable it, you are not able to Update record by this way.

Step 8: Now go to Portal > Entity Permission.

Step 9: Create a new Entity Permission. If you have already created entity permission for this entity then open this Entity permission otherwise create a new one. Here i have already created entity permission in my last post to delete the record. I will use this one.

Step 10: Give the Proper Privileges. To Update the record, Give Write and Read Privileges and then save the record.

Step 11: After save the record. Scroll down the record and check the web role. if there is no web role for this record then add the Authenticate User web role.

Refresh your Portal and check......




Click Here to know, How to remove Comment Section from Web Page in ADX Retail Portal.

Click Here to know, How to Hide "AzureAD" button and "Sign in with External Account" in D365 Portal.

Click Here to know, How to make a ADX Studio Portal / D365 Portal Multi-Lingual.

How to Delete the Record from Entity list view in ADX Studio Portal / D365 Portal.

If you want to Delete the record from Entity list view in ADX Studio Portal / D365 Portal then follow the steps:

Step 1: Go to Portal > Entity List in MS Dynamic CRM. Open the Entity list record from where you want to delete the record. Here i have entity list whose name is "Account List"(it show the list of Account's records) 

Step 2: Go to Grid Configuration. Click on +Delete.
Step 3: Give Button label.

Step 4: Now Enable Entity Permissions. Without enable it you are not able to Delete the record.

Step 5: Go to Portal > Entity Permission.

Step 6: Create a new Entity Permission.
Name: Give the name what you like.
Entity Name: Select the entity for which you want to delete the record.
Website: Select the website.
Scope: Select the scope. Here I select the Global scope. 
Give the Privileges.

Step 7: After save the entity permission record, scroll down the record and Add Web roles. Here i added Authenticate User web role.


Now refresh the portal and check.....Now you can delete the record from portal.


Click Here to know, How to Update the record from Entity List view in ADX Studio Portal / D365 Portal.

How to get the list of all records from MS Dynamic CRM and view it in ADX Studio Portal / D365 Portal (Create Entity List)

In this post, I will show you how to get list of all account's records from MS Dynamic CRM and View it in ADX Studio Portal / D365 Portal.

Step 1: Go to Portal > Web Page. Create a new Web page.

Step 2: Go to Portal > Entity List. Create a new Entity list.
Entity Name: Select the entity for which you want to show list of record.
Website: Select the website.
View: To add view. Click on +View and select the view. You can also add multiple views.

Step 3: Now Open the web page which you created in Step-1. Set the Entity list which you created in step-2.
Step 4: Open your ADX/D365 Portal and click on edit as show in below image. Add a link of web page which you created in Step-1. I added the link in header.


Open portal and check......

Note: Sometime List not visible. To check this issue...
 # Click on edit web page and check Entity List is set or not. If not then set its value(which you created in Step-3).




Click Here to know, How to Delete the Record from Entity List view in ADX Stuido Portal / D365 Portal.

Click Here to know, How to Update the Record from Entity LIst view in ADX Studio Portal /  D365 Portal.