Adxstudio Portals for Microsoft Dynamics CRM which helps to publish rich content to your portal website.
Note: Microsoft acquired AdXStudio and now its called as CRM Portals (365 Portals)
stack community I'm completely an amateur in HTML, Liquid, Adx, in short programming and applying logic, don't have great understanding.
Im not sure why the Test2 is appearing 2x, as you can see from the image,
I want to achieve the…
I have two kind of user in my portal, a customer user and an agent user.
I want to change the default Homepage of Agent user every time he/she logs in or clicks to a Homepage button to the website instead of the customer's default homepage.ie (Agent…
I have the below FetchXML link-entity, to execute on a Dynamics portal. However i'm getting the liquid error Liquid error: Exception has been thrown by the target of an invocation. any ideas why? How do I go about fixing this?
I believe its this…
I have an On-premise Dynamics 365 v8 org on my machine and I have configured on-premise ADX portals on it. The portal is heavily customized with quite a lot of changes made to the aspx page and almost no changes on the Web-Template side of things.…
To make an evaluation on the last page of a portal, using the submit button, Microsoft provides an extension for the function "webFormClientValidate" that the submit button should…
What is the best way to retrieve the maximum value from a numeric field in an entity? Something like this in SQL Server: Select MAX(NumbericFieldName) From TableName.
I tried this:
var documentno =…
Currently Im working in Dynamics 365 portals,
And my objective is to set entity form name dynamically on some condition.
but the problem is it always renders Form A even though the condition verifies.
Here is the code:
{%if user.age > 18%}
It seems it is possible to create client applications in the Dataverse space without using Low Code solutions.
For Power App Portals, which has "public" style licensing, the Application User that authenticates is off premise, and linked to a Contact…
I have a subject tree in the customer-service application. And we use that on the Create Case form on self-service portal.
We have a first field "Subject" and second one "Sub-subjects", on the portal they both display the same content.
The need is…
Being new to liquid and entitylists, I see this as the SQL equivalent to select * from vehicle and am trying to work out how to add a where clause to make select * from vehicle where keeper = {{userid}} and for the life of me, I can't find how to…
I want to remove the comma from the last object in nested for loop:
[{% for item1 in articles.results.entities %}
{% for item2 in articles1.results.entities %}
{% if item1.knowledgearticleid != item2.knowledgearticleid %}
{
…
I'm trying to dynamically filter my embedded Power BI report using liquid tags ,on a MS Dynamic Customer Portal.
I've changed the authentication type from "powerbiembedded" to "AAD" and the filtering works as expected. As well as removing and adding…
I work with Dynamics 365 Portals.
The rich-text editor is missing, how do I get it back?
I (my user) have all four webroles, including administrator. I am logged in. I have tried to clearing all cashes and reboot the portal itself. My coleagues are…
I am working with a Dynamics 365 Customer Self-service Portal add-on (v9.x) for a CRM Online instance and I've run into a problem trying to deliver dynamic localized content. The default language for the portal is US english which is fine for this…
We are currently installing blogs on our Dynamics 365 Portal.
Wanting to modify the layout of the posts we recreacted a template based on this structure :…