CRM 2011: Nothing happens when click on Export Translations - dynamics-crm

I Want to translate my custom entities in CRM 2011. Therefor i go to customize the system on the settings page and then i click "Export Translations". The only thing that happens is a dialog box is shown with message:
Exporting customized labels for translation can take several minutes. Do not click the export link again until the first export has finished. Are you sure that you want to export now?
When i click OK, nothing happens anymore. What should i do to get my translations?
EDIT: When i try to export the translations for a sollution with only a few entities in it, everything works. It seems only a few custom entities are "affected".
Thanks in advance.

Thomas,
To find the "EventLog", you should look in the "EventViewer" of the "CRM"-server! There you can find all logs that happens concerning the "CRM" actions.

Related

Teams: XLS File: No longer option for printing selected area of spreadsheet

Not sure what happened, but now when I choose an area of the XLS spreadsheet in Teams/Files, and choose Print, I don't have options on printing only the selected cells. This used to work on both of my computers so I suspect Microsoft Teams updated and the functionality is no longer available. Can anyone confirm this, or maybe something wrong with my configuration?
OK I was confused by the UI changes in the latest Teams -- the very empty screen that shows up and has options on the side. Not sure why the UI changed because it doesn't even show the preview properly anymore either, but I found my "missing" option!

Outlook VSTO ribbon add-in tab not showing on load

I’ve created an add-in that consist of a ribbon and three tabs.
Background to build:
The ribbon is built using designer and not xml. The primary use of these is to allow quick opening of various email templates.
Tab0 adds a couple buttons to the built in TabMail
Tab1 is a new custom tab with various buttons that do various things.
Tab2 is a reduced version of Tab1 for use by users of our subsidiary company but pointing to alternatively branded templates.
In the coding, Tab1 and Tab2’s visibility is set based on user AD group membership on ribbon load event. This has been tested and works.
Tab0 always is merged with the built in Home tab shows as expected.
Developers and template admins like me should see all tabs. This also works using same methods.
Current issue:
Recently and I think after a certain office 365 update (but not 100% which), Tab1 no longer shows for anyone that should see it on load. However the tab has loaded somewhere. The reason I know this is because to fix this bug all I have to do is minimise the ribbon the re-maximise. Both additional tabs are instantly visible.
Please note, I do not have to disable and the re-enable the actual add-in.
I can also confirm that the Ribbon Type is set correctly (Microsoft.Outlook.Explorer) so please, no reply along those lines either.
I have trawled the web and cannot seem to find an explanation or fix for this behaviour. I'm hoping someone has seen this before and might point me in the right direction.
To replicate, I've seen it happen by just creating a new simple ribbon project and creating a new custom tab. Then create a second tab by copying the first, giving it a diff ID.
e.g.
Ribbon on App Launch/Load - Tab01 Missing
Ribbon on minimise - Tab01 Appears
Ribbon on maximised- Tab01 still visible
Still have no idea why this happens but i have found a work around for those that have experiences the same issue.
The issue seems to affect the first custom tab only. So if you add a new blank custom tab and set its visibility to false, this inherits this bug allowing the other to function properly.
Its a bit of a dirty fix but work well.
Would still be interested in an actual fix if anyone knows one though.
This happens because you had added control to your ribbon perhaps a property to the Control which you should not.
An example is when you add a Ribbon Gallery control to your Ribbon and change its "PositionType" property from Default to another value.
This results in the Ribbon not showing.
Or perhaps you should check the last code you added to your project

Unable to Hide See All Records button from Sub Grid in UCI

I am not able to hide 'See All Records' button from UCI, the button is not available in Ribbon Workbench. Please refer below screenshot for better understanding - Is there any other alternative?
Currently I am working on MS Dynamics CRM online version 9.1. I have searched on internet but couldn't find something related to 'See all records' button on sub-grid. I have checked the forms for any setting while adding sub-grid, but no luck.
If you have associated entity in the navigation then this icon will show up. Remove from form editor to remove this.
Read more
“Open Associated view” may be the right keyword to search.
Update:
I verified this in my environments (9.1.0.2251) - these options are not there.
But in our preview org (9.1.0.3010) - I can see it. No way to hide it.
Without associated entity in navigation:
With associated entity in navigataion:
Here My solution after I expensed a lot of time ..
Use Ribbon workbench , then select Home and look for NavigatetoHomepageGrid , button doesn't have an icon.
Hope It helps.
NavigateToHomepageGrid

idempiere workflow document process

I am using idempiere 2.1. I am new to idempiere so now I am doing tutorial from wiki page. This is tutorial I am doing:http://wiki.idempiere.org/en/Developing_Plug-Ins_-_Models,_Documents_and_custom_accounting.
When I finish all steps, I start to test workflow, but in first window when I fill in information, then click Document Action and it displays error 'Document Status changed - Requery Record'. After that, nothing happened, workflow not working. Can someone help me on this problem?
(http://i.stack.imgur.com/tfACB.png)
Understand that a window tab on display is in an open or editable state. A process button though can update any data in the present window as well as any table across the database, it should not do things like save the present window as that is done by the Save button. Without looking at your code, i assumed that is probably what happened in it. If you do not have something like <presentTabTable>.save() then post the Data type or objects with the save() snips and perhaps it will be obvious to point out.
p/s - I noticed your screenshot is about battle plan by ROK. Not planning to invade the North are you? :) Just joking!

Ms CRM Rename 'More Addresses' in Account and Contact entities

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!

Resources