In versions 4 of Acumatica it was possible to turn on/off some features of Acumatica in trial mode ( for two users only ). But for now I can't find this window. Is it removed from Acumatica or renamed?
In the past after installation of Acumatica, I was able to see it at following path: Configuration -> Common Settings -> Licensing -> Enable/Disable Features
but for now I just see following picture:
Yuri, I believe you attached screenshot of a website created with Acumatica Framework Configuration Wizard. We do not ship Enable/Disable Features screen anymore as part of Acumatica Framework anymore:
It's only possible to access Enable/Disable Features screen on Acumatica ERP websites (those deployed with Acumatica ERP Configuration Wizard):
You should be able to find this window in :
Configuration -> Common Settings -> Licensing -> Enable/Disable Features
Related
I am using Liferay 7.3.7-ga8. To enable Openstreetmap, I can do it as the following:
Control Panel -> Instance Settings -> Third Party -> Maps -> Select Openstreetmap and Save.
However, I am trying to persist this configuration, so that when I rebuild Liferay, Openstreetmap option will be already enabled.
There are no additional information that I can find from portal properties. For other example (e.g. FontAwesome under System Settings), there is a menu where I can export the configuration. This is unfortunately not the case for Openstreetmap. Thx in advance for your help. It is greatly appreciated.
I am using some acumatica manufacturing screens in my customization feature and I have enabled my customized feature but disabled acumatica manufacturing feature, In this case I am not able to see screens. when I enabled acumatica manufacturing feature I can see this screens.
Is there any attribute or any thing I can use in feature xml so I can see this screens once i have enabled my customized feature.
The system disables all pages by ScreenID prefix folder if the associated feature is not enabled. Move your custom pages into a new prefix folder, change the site map entries, and they will appear.
e.g.
from /Pages/AM to /Pages/AR
Like on the image:
Can't find any info on msdn. Also found sample Outlook add-ins on github, but they don't have icons on email items. Any help is appreciated.
It definitely does not apply to all add-ins installed from the marketplace. I have Salesforce plugin from marketplace and it is not pinned.
The configuration of the area where add-ins are pinned (known as "SurfaceArea") is stored in your mailbox under 7ae974c5-1af7-4923-af3a-fb1fd14dcb7a\OutlookOptions\RawJSON as a JSON object. If you are in a controlled environment, you can add GUID of your add-in to "ReadSurfaceAddins" property. You can use ApplicationImpersonation to do this for other people's mailboxes in your organization.
There are some plugins that pin themselves on install (the two examples I know are both from Microsoft Corporation). I tried to grab the cached manifest of one of those addins, change its GUID (so it won't conflict with the existing app in the store) and sideload it both as a user and via centralized deployment -- no luck, the add-in doesn't pin automatically. So the whatever magic makes those addins pin, does not happen in the manifest, but rather in some app store settings that aren't available to third party developers like us. UPD: I stand corrected, this feature is available to third parties as well - I've seen a third party add-in (Hubspot) that pins itself - again, this is an app store addin, not sideloaded.
You can go to Settings -> View all Outlook Settings -> Customize Actions -> Toolbar to configure the add-ins that appear on the Message compose surface. Additional documentation is here: https://support.office.com/en-us/article/customize-actions-on-your-messages-in-outlook-com-c8110dcb-892e-4903-94b3-f6eb41ada2a3
I'm tring to set up example workflow management in default pimcore instalation and I don't know where should I start.
I understand states, configs etc. but where is in pimcore panel placee when I could do something with object or asset?
Now I have default config workflow from example config, and in my documents is information about state (TO DO). How could I do somothing?
Do you know some tutorials of this?
Good to see you're experimenting with Workflow Management. I've written some introductions to the feature, they're available here:
Part 1 - Basic Introduction
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt1/66
Part 2 - How to configure Actions
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt2/67
Part 3 - How to extend actions using Events
https://www.gatherdigital.co.uk/community/post/pimcore-workflow-management-pt3/70
To get you going, there is an example in configuration directory in Pimcore
All actions that can be carried out are in the Elements themselves, so in the case of Documents, if your workflow is configured correctly you will see a button called "Actions" in the edit view. Clicking actions will show a the action panel.
Cheers!
Paul
Below workflow plugin is also very useful to create workflow from UI.
https://github.com/dpfaffenbauer/pimcore-WorkflowGUI
Download the zip
Upload Tools -> Extensions -> Upload Plugin (zip file)
Click on Enable (+) symbol.
Once upload, workflows can be seen under settings. (Setting -> Workflows). The workflow created will be added to workflowmanagement.php in website/config folder. (Tools -> System Info & Tools -> Server File Explorer).
I would like to disable top navigation bar for certain users.
Quick Menus
Create New
Launch
Application Menu
Alerts
Log out
User Preferences
Help.
I would like to show only workspace with default widgets in it when certain users logs into openbravo.
How to achieve the above features in openbravo.
Any help greatly appreciated!.
1) You can enable portal interface
(from http://wiki.openbravo.com/wiki/Role)
For Portal Users: If checked, this role will have a simplified (portal) interface, where we may see only configured workspace widgets with role access. Portal interface changes the look and feel of the workspace. Top page menu and left-side menu are hidden. Usually a role for Portal Users givess access to users only to their own information using widgets.
2) To remove logout link you have to add patch/tweak client application module
3) Since portal interface also disables left-side menu (i.e recent views, recent documents etc) to enable you have to add patch/tweak client application module
patches or changes may need to go on smartclient code as well as java code related to default workspace
It's possible to hide tool bar here via preferences. But Openbravo core customization is required to disiable top navigation bar in openbravo 3. It is not possible to achieve the above using openbravo's extended module feature. Check this link