Latest posts
View allAs a Power Pages enthusiast, I understand the importance of creating a seamless user experience. Every detail, from design to functionality, contributes to a user’s perception of your brand. Straight to the point: Content Sni...
Hi all !!I have a question about the Power Pages portal.Is it possible to insert an image with a username in the header of Portal?The image is a USER PROFILE IMAGE.Also, I would like to know how to insert it.
Hi, There is "Employee Detail" table. It has employee details view ("Employee_ManagerView") along with column with manager name. Whenever manager logins into system, manager supposed to see only his employee details. The requi...
I am trying to write a Business Rule to hide fields if the main field contains no data to clean up a busy form. I have tried to create a business rule checking if the field is "Blank" or "Null" and if either is true then the corresponding fie...
Hi, in this code sample, I would like to share some common functions to manipulate Choices columns (Multiselect OptionSets) using JavaScript/jQuery: function GetChoicesValue(fieldName) { var choicesField = $("#" + fieldName + "_Container")...