Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Custom Command using Java script not visible to users

(0) ShareShare
ReportReport
Posted on by 1,091

I as system admin role, have customized command bar by adding a command "Documents" to upload documents using "Run JavaScript Action". After all configuration and publishing the command bar, I can see the custom command but not the end user. Can someone help with how to make it visible to end users. Here are the screenshots of the custom command and configuration.

 

RameshMukka_2-1700843920778.png

 

RameshMukka_3-1700843987373.png

 

function openCustomPageDialog(primaryControl, firstSelectedItemId, selectedEntityTypeName)
{
 // Centered Dialog
 var pageInput = {
 pageType: "custom",
 name: "tms_trademarksdocuments_905b7",
 entityName: selectedEntityTypeName, 
 recordId: firstSelectedItemId 
 };
 var navigationOptions = {
 target: 2,
 position: 1,
	height: {
	 value: 500,
	 unit: "px"
	},
	width: {
	 value: 500,
	 unit: "%"
	},
	title: "Upload Documents"
 };
 Xrm.Navigation.navigateTo(pageInput, navigationOptions).then(
 function () {
 // Refresh the main form when the dialog is closed
 primaryControl.data.refresh();
 }
 ).catch (
 function (error) {
 // Handle error
 }
 );
}

 

 

 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 770 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 494

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 399