Questions tagged [adxstudio-portals]

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)

Useful Resources:

65 questions
3
votes
1 answer

Menu weblink span appearing 2x, just want it to appear 1x?

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…
user12403387
  • 174
  • 9
3
votes
1 answer

ADX STUDIO - Set the default Homepage for specific portal user

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…
r-r
  • 307
  • 2
  • 15
2
votes
0 answers

Link entity causing exception, not sure why?

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…
user12403387
  • 174
  • 9
2
votes
1 answer

Is it possible to move a ADX On-Premise portal to Online portal keeping functionality intact?

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.…
2
votes
1 answer

How to trigger webFormClientValidate in Dynamics 365 Portals

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…
2
votes
2 answers

Select Maximum number from a numeric field in an entity (Dynamics CRM 2016)

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 =…
Poyson1
  • 403
  • 5
  • 15
2
votes
2 answers

liquid template if statement issue

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%}
1
vote
1 answer

Authenticate and Authorize Dynamics 365 Portal Contact in custom Application

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…
1
vote
1 answer

Subject Tree in Dynamics Portal

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…
1
vote
1 answer

Filter EntityList with Liquid

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…
1
vote
1 answer

How to Remove comma for the last object in nested for loop?

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 %} { …
1
vote
1 answer

How to filter embedded Power BI Report on MS Dynamics Customer Portal

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…
RichTheDic
  • 11
  • 1
1
vote
2 answers

Dynamics 365 CRM Portals. Rich-text editor missing

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…
ToFo
  • 1,643
  • 1
  • 19
  • 34
1
vote
1 answer

How to deliver dynamic localized content in Dynamics 365 Customer Portal?

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…
AK3800
  • 2,138
  • 3
  • 23
  • 28
1
vote
2 answers

condition of FetchXml query not taken account of

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 :…
1
2 3 4 5