Skip to main content

Posts

Learn Power Apps portal Liquid better understanding with hands on

 PowerApps Portal, Learn few example of arrays. Example 1: {% for i in (1..5) %} {{ i }} {% endfor %} Example 2: {% assign myarray = "Koti,Bala,Sai,Teja" | split:',' %} {{myarray}} <br /> For loop output:<br /> {% for obj in myarray %} {{obj}} {%endfor%} Example 3: Filter with in the array data by using if condition {% for i in ( 1..5 ) %} {% if i == 4 %} {{ i }} {% endif %} {% endfor %} Another best example of filter using if condition {% for i in ( 1..5 ) %} {% if i == 4 %} {% continue %} {% else %} {{ i }} {% endif %} {% endfor %} Example 4: Fetch entity data (dataverse data) The below example: transactioncurrency is the table name(internal table name). "Active Currencies" is the view name. {% entityview logical_name :' transactioncurrency ', name :' Active Currencies ' %} < p > We support {{ entityview . total_records }} currencies. </ p > < ul > {% for cur in entityview . records ...

Using SPFX, modernizing the SharePoint pages.

In order to modern is the SharePoint sites Microsoft 365 groups has to be configured, where in which provides teamsites communication sites features to be provided. Modern site visible pages: Lists libraries Site content page Site usage page Recycle bin Here classic team sites can't connect to Microsoft 365 groups. In classic sites company branding for the SharePoint sites of themes, alternate CSS, master pages etc.. Transforming to modern sites from classic sites Classic and modern sites are coexists. In order to maintain the modern sites , Redesign the specific components which are in the classic site. SharePoint admin can enable the modern user interface across your tenant and its sites. Change management and governance teams. By analysing your site collection, there is a feature SharePoint modernization scanner which tool provides a detailed analysis of your site readiness for connecting to Microsoft o365 group. by knowing the capability of your lists libraries and also perform...

SharePoint Custom portal - O2C

Order Cash Portal  

Cascading dropdown - Power Apps

Logistics cost planning - SharePoint portal User interface - Using Angular JS