Add a Report Menu Item and Disable based on Status - menu

I added a report menu item to the Inventory Receipts Reports menu using the Actions sub menu under Screens in the visual editor as shown below. I want to Disable/Enable this Report Item from the Reports list based on the the Status of the Receipt transaction. I used to do this via Base.report.********. ***** being the result I wanted to achieve. Base.report is no longer valid. Report is no longer a choice in 2021R1.
How do I achieve this in 2021R1?

In the layout editor there is the conditions section, where you can specify the condition in which you want to disable the button.
This condition would then be available in the disbaled dropdown, and when it is true the button will be automatically disabled

Related

How to customize the Print Invoice/Memo report on the "Invoice and Memos" screen AR301000

Can you help me find the event that allows me to customize the Print Invoice / Memo button?
Invoices and memos:
I have tried to look for the method in this list and I do not know which one I should use.
Customize Invoice and Memos:
That action is running the "Invoice/Memo"(AR641000) printed form, if you want to customize the report you can edit AR641000 report.
If you want to change the report which will be printed you need to change the Automation Steps settings for the Report Action shown below:

Hide Add button From Grid

I would like to completely hide the Add button in a grid (using Acumatica Framework). I know how to disable it using AllowInsert false, but I would like to hide it completely? Is that possible please?
Let's assume that for some reasons you want to hide Add button from Sales Order Details Grid. For achieving this you should do the following:
1. Add Sales Orders screeen to Customization's Screens. You can do it by clicking Add Screen -> Customize Existing Screen and selecting Sales Orders screen in the appeared Smart Panel.
2. Now you should go to the Tab->Document Details->Grid:Transactions and select Properties in the panel on the Right open Action Bar -> Actions-> Add New and set Enabled to false.
Now publish your customization. As a result you will get the following:

conditionally enable tool bar option in list tab in maximo

Is there a way to conditionally enable change status icon in List tab of any application in Maximo 7.5/7.6 . For example the change status option should be visible when the list tab has PO's which are in DRAFT status.
Maximo is working as design for the following reasons:
Conditional UI can only operate within the context of a record because on the main tab you have a record in the databean.
When on the list tab you are only in the resultsetbean so the calculations are not the same, hence it doesn't get evaluated on the
list tab, only on the details page of the record.
Restrictions cannot not being applied on a list tab at this point.
Refer
the Tech Note

crm dynamics 2011 add a new value to dropdown list and set default value

I cannot find how to add a country to drop down menu when creating account, lead or contact. At the moment I see only 2 countries. I need to add one more and make it as default one. So when I create lead, contact or account I don't need to choose every time. I have all the rights but no knowledge.
Click on the Customize tab on the top of form ribbon and then select the Form option.
Form will open in edit mode, double click on country field and on new window select the Details tab.
Click on Edit button, a new window will open
Add new option by clicking on the green colour plus button (pointed out in screenshot below).
Select the default country from default value drop down (pointed out in screenshot below).
Save and close the Field window
Save and Publish the form.
You are ready to go.

How to disable field list at runtime in performancepoint?

I have a dashboard that I am displaying, and whenever my users click on a pivotchart or pivottable the field list automatically pops up. How can I prevent this from occurring?
If you wish to use ad hoc analysis tools such as pivottables and charts in a dashboard like this, the field list will always appear.
If you are able to use static data then render it out to that format and replace what you currently have with it.
Edit the chart in Dashboard Designer. In the Commands and Options dialog box select Chart Workspace in the drop down list. Once you do that, the tab Show/Hide should appear. On that tab you can clear the checkbox for the Fields List. Clear any other checkboxes in that dialog, and close the window. Click on your chart in DD and make sure the fields list (and any other dialog boxes - ie Commands and Options, Drop Zone, etc) don't appear. Publish your chart and you should be good to go.

Resources