Can we add HTML or Right text to the report designer?
From the Below link I know it is not there, but I think with latest versions Acumatica must have added some support for it.
Is it possible to get data from the Rich Text control and show it in an Acumatica report?
No, a rich text control was not added to the report designer toolbox.
TextBox control has no rich text functionality.
Related
I'm having an issue with the Rich Text Editor displaying in a custom Power Apps form I created thru/for SharePoint Online. Below are the details
Problem
Somewhat randomly, The Rich Text Editor control loads incorrectly. It appears that the Height is displaying incorrectly, regardless of the FormMode (New, Edit, or View). The user is unable to view/edit any text to the control.
Example:
Expected Behavior
FormMode.New
FormMode.Edit & FormMode.View
Workaround
The only workaround we have at the moment is to refresh (F5) the webpage, but this doesn't always fix the issue. Some users refresh 20 - 30 times before the form is fully visible.
Steps to Reproduce
The issue is random, so it's difficult to reproduce when you want it to happen. Below are steps to create the form in SharePoint & Power Apps.
In SharePoint Online, create a list with a column for Enhanced rich text (Rich text with pictures, tables, and hyperlinks)
List Settings Form Settings: Enable the custom form in PowerApps option
List Settings Form Settings: Select the **Modify form in PowerApps link.
If the default control is not a Rich Text Editor, you may need to modify it.
Width = 1124
Height = 158
Save & Publish the PowerApps form.
Select +New in the SharePoint list to display the custom form.
Results
See the problem section above. Keep in mind, this is random.
What I've Tried
I found a post in the Power Apps Community for Rich Text Editor Not displaying text input section. Unfortunately, I haven't been able to get this to work. Also, the post suggests it would be fixed toon and that was back in 2018, so I wouldn't expect to still see the issue.
I noticed the rich text box had a larger height value than it's parent, but adjusting that didn't fix the issue.
Any assistance would be much appreciated.
Thanks in advance!
I developed a custom record on NetSuite, and by default a workflow tab is shown to the user on this edit / view modes. Is there a way to hide it, using NetSuite's API or SuiteBuilder?
As an alternative, just placing it as the last tab would work too.
Thanks in advance!
There is no need of any API or SuiteBuilder. You can easily achieve this by form customization.
Go to your Custom Record Type and below you will find forms subtab. click on
forms subtab --> Edit or Customize
On the first subtab just uncheck the tab which you doesn't want to see in your record.
In both view nad edit modes by customizing form you can hide the workflow tab
I have created custom ribbon control in both the 2007 and 2010. i have added few features in 2010. i wanna use these new features in 2007 also. so for merging these i have used custom ui editor tool. and i have saved this as well. when i opened up this new to the 2007 all my new controls showed up correctly. but when i open it in the 2010, the controls showed correctly without the icon images. for example, control is "Picture" then nearby this control one small image will be there. this small icon images not showing up in the 2010 version. did i do anything wrong ? please anyone help me for showing it correctly !
Make sure you have added the icons as well to that version's xml. The pictures name must match the xml.
Click Insert and then Icons..., browse and select the pictures you want to use as button images.
You can have different sets of pictures for 2007/2010, but better to only use 2007 UI part if both versions are to be the same.
I;m using IBM Notes 9 - social edition and I saw that some design elements are missing: for example, paragraph and script editor.
Should I import them or they are just hidden?
Thanks for your time!
You just need to change your IBM Domino Designer preferences to show them in the palette. In Domino Designer go to File - Preferences and then go to Domino Designer - XPages - Palette.
Paragraph is in the Other Controls palette category while Output script is in the Core Controls palette category.
Is it possible to add tabs to a Dynamics CRM 2011 form? I'm not talking about the "tabs" that are basically vertical sections on the form, which you can click the links on the navigation portion of the form to jump to.
I want a real tabbed interface like the screenshot below. Something like the jQuery tabs plugin
If that is possible, is it possible to programmatically ( using javascript/xrm perhaps? ) select which tab to set to be active/show?
By default there is no way to do that. This tab system was retired in CRM 2011, in CRM 4 all forms had tabs like that.
The only way to do that is through Web Resources (HTML or Silverlight) but you have to add manually the controls and databinding also. Searching if exist any sample to follow i found this article take a look.