I wanted to create an agent to set up a mail trigger but I can't see 'agent' under my 'New' menu. I guess something is wrong with my privileges but I can't seem to figure out which ones I need to enable to create an agent. Can anyone help me here?
Thanks!
Here's a screenshot of my menu: http://imgur.com/ddKplgU
We've found the answer ourselves: the View Delivers Full UX privilege needs to be on BI Content Author. Hope this can help others as well!
Related
I went to my company's Power Apps Admin centre and there was a button saying 'Create my database'
In the attempts of creating a Microsoft Automate business process, I clicked this button and it asked what currency I want to use in the database and what language. I chose accordingly and like a real idiot, clicked 'Create my database' button again without reading anything.
Now I am freaking out as I don't know if this is going to cost my workplace. Did I create an empty database? Or a data server? I don't know how to undo/ delete. disable what I did.
The questions are:
Is this going to cost our company?
If so, how do I undo this/ disable the CDS?
There is also a link saying 'You can manage these settings in the Dynamics 365 Administration Center.'
I clicked this link and I will attach what I see when I click them. Seems like I created something today and I don't even know what I created.
Please help me to understand what I did and the financial impact of it.
Thank you in advance!
I am following this tutorial to enable the debugging mode in Magento but i can't see any option like in the tutorial described to locate from system > configuration. But i can't find the developer Tab or anything like that.
I don't know if there is any option to hide that. Here is attached the screen shot of my Admin configuration section:
Anybody please help me to enable the debugging mode, even i tried to searched another tutorials but everyone talking to Developer menu into the configuration option.
It looks like a permissions issue with the role that you're logged into. In the database, check this table admin_rule and see if you have any 'deny' records returned using this query:
select * from admin_rule where resource_id = 'admin/system/config/advanced'
As i'm new to mac app development can anyone help me to solve my problem.
In my mac app i want to add help document the Help Option in the menu bar, can anyone help me to solve this.
Thanks in Advance!!
You have two main options. You can either create a help book bundle for your application or you can create your own method and link it to the menu selection. (It's not clear from your question exactly how you want to display your "help document".)
In Firefox, I'd like to be able to highlight a word or number, then right click and have options that would open various custom links such as:
View User Profile -> http://mysite.com/user/HIGHLIGHTEDWORD
View User Admin Page -> http://mysite.com/admin/user.php?user=HIGHLIGHTEDWORD
View Order Page -> http://mysite.com/orderdetailspage.php?order_id=HIGHLIGHTEDWORD
Something like that would save me and my team a lot of time.
Does anyone know is such a plugin exists, and if not what would be involved in developing one?
thanks
This page has some options for Menu customization extensions:
Maybe you could use one of those extensions with keyword searches?
I believe in you!
I know you're trying to save yourself some time with due diligence researching whether it's been done, but with the power of copy and paste, you could "write your own" almost as quickly as asking the question.
Does anybody know how to rename 'More Addresses' in Account and Contact entities navigation pane?
The usual method would be to change the display options in the address/contact or account relationship, but this is read only in this case.
There is an easier way as well... go to Settings -> Customizations
go to the account entity and select "Messages" from the menu left. There you can find "more addresses". open this line and change the display name. Save + publish. Done :-)
Hope this helps.
Regards,
Chris
Apparently those kind of labels are hard-coded. It looks as if the only workaround is to follow the (unsupported) path of modifying the HTML in the OnLoad method. Something like
document.all.navAddresses.innerHTML = ...
You will have to dig into the details of the HTML to achieve the desired effect.
Good luck!