Hello.
Creating a User defined doc with & in the name prevents users from being able to add User Defined Processes.
It works when there are no UDD names with &
Thanks
Search found 47 matches
- Thu May 23, 2024 1:46 am
- Forum: Problem reports
- Topic: User Defined Process with UDD &
- Replies: 0
- Views: 14522
- Fri May 17, 2024 7:21 am
- Forum: Problem reports
- Topic: HTML textbox for merge templates > in tags
- Replies: 5
- Views: 17733
Re: HTML textbox for merge templates > in tags
I think the issue is with SHOW SECTION_START.
Ill have an attribute storing HTML which uses SHOW SECTION_START.
If i remove SHOW SECTION_START then it works.
If i keep it, i get the semantic error.
Maybe SHOW SECTION_START isnt supported when used like this?
Ill have an attribute storing HTML which uses SHOW SECTION_START.
If i remove SHOW SECTION_START then it works.
If i keep it, i get the semantic error.
Maybe SHOW SECTION_START isnt supported when used like this?
- Wed May 15, 2024 1:21 pm
- Forum: Problem reports
- Topic: HTML textbox for merge templates > in tags
- Replies: 5
- Views: 17733
Re: HTML textbox for merge templates > in tags
Getting this error.
Im not sure why.
com.bas.shared.ruleparser.ParseException Semantic analysis for the attribute Work.ServiceDay has not been performed.
The customer also edits the email templates so keeping the html editor is better.
Im not sure why.
com.bas.shared.ruleparser.ParseException Semantic analysis for the attribute Work.ServiceDay has not been performed.
The customer also edits the email templates so keeping the html editor is better.
- Wed May 15, 2024 8:43 am
- Forum: Problem reports
- Topic: HTML textbox for merge templates > in tags
- Replies: 5
- Views: 17733
Re: HTML textbox for merge templates > in tags
In plain text attributes using html editor, << and >> are converted to << and >>
That works.
Its when i want to use the < and > symbols inside the tags where it does not work.
That works.
Its when i want to use the < and > symbols inside the tags where it does not work.
- Tue May 14, 2024 11:38 pm
- Forum: Problem reports
- Topic: HTML textbox for merge templates > in tags
- Replies: 5
- Views: 17733
HTML textbox for merge templates > in tags
Hello. I have the following html text stored in an attribute with and html editor. <p><<IF Work.StartDate > 01/04/2024 AND Work.Frequency IS DEFINED AND Work.PricePerService > 1.00 AND Work.ps_ModuleStatus.Status = 'Work Won Regular' THEN SHOW SECTION_START>></p> However, when i go into edit the raw...
- Mon Apr 29, 2024 3:31 pm
- Forum: Problem reports
- Topic: Display document merge into one Error accessing MSWord document Invoke of: Open Source
- Replies: 0
- Views: 14098
Display document merge into one Error accessing MSWord document Invoke of: Open Source
Hello, I am getting this error message. Error accessing MSWord document Invoke of: Open Source: Microsoft Word Description: Sorry, we couldn't find your file. Was it moved, renamed, or deleted? ("C:\Users\xxxxxx\...\DOC_0.doc") The process run is DISPLAY DOCUMENT testDoc MERGE INTO ONE testDoc is a ...
- Mon Apr 29, 2024 2:14 am
- Forum: Problem reports
- Topic: Sending Outgoing Email V9
- Replies: 9
- Views: 21414
Re: Sending Outgoing Email V9
Added some fields and a rule in the update to fix the problem. OutgoingEmailAccount.OutgoingEmailUserName=OutgoingEmailAccount.MailUser OutgoingEmailAccount.OutgoingEmailHost=OutgoingEmailAccount.MailHost OutgoingEmailAccount.OutgoingEmailPassword=OutgoingEmailAccount.MailPassword OutgoingEmailAccou...
- Sun Apr 28, 2024 10:25 pm
- Forum: Problem reports
- Topic: Sending Outgoing Email V9
- Replies: 9
- Views: 21414
Sending Outgoing Email V9
Hello, I am getting this error when trying to send an email. "Internal system errorTransaction exception Nonexistent attribute: OutgoingEmailHost" Here is the process used to test. IF EXISTS OutgoingEmailAccount WHERE (OutgoingEmailAccount.FromAddress CONTAINS 'xxxxx' ) THEN FIND OutgoingEmailAccoun...
- Thu Apr 25, 2024 10:55 pm
- Forum: General discussion and questions about Aware IM
- Topic: Same Panel operation in different queries
- Replies: 0
- Views: 11660
Same Panel operation in different queries
Hello. I have a panel operation where users can pick the filters to apply to a query. I want to generalize the process so I can use the same process in all the queries I have. I there 2 are problems I am facing with this. 1. How can i get the processes being called to know what query the process is ...
- Wed Apr 24, 2024 1:29 am
- Forum: Solved
- Topic: Objects in Javascript context
- Replies: 2
- Views: 4847
Re: Objects in Javascript context - Solved
Solved by with Execute Javascript in the VP First Command and storing it in local storage.
var userId = parser.m_userPrefNode.attributes["user_id"].value;
// Save the user ID to local storage
localStorage.setItem("userId", userId);
console.log("User ID saved:", userId);
var userId = parser.m_userPrefNode.attributes["user_id"].value;
// Save the user ID to local storage
localStorage.setItem("userId", userId);
console.log("User ID saved:", userId);
- Wed Apr 24, 2024 1:12 am
- Forum: Solved
- Topic: Objects in Javascript context
- Replies: 2
- Views: 4847
Objects in Javascript context
I want to use some specific user selected object to dynamically control how queries are displayed. I am unable to find a way to get the ID of the logged in user or any other object in a script. In my mind, If i can get the ID of a user selected object, then I can get its attribute values and use the...
- Thu Apr 04, 2024 9:30 pm
- Forum: Wish List
- Topic: Naming in New Tab
- Replies: 2
- Views: 20482
Re: Naming in New Tab
Also when I have a form opened in a new tab with the correct tab name, I can open another form in the same panel.
When I close the 2nd form which will take me back to the first form, the Tab name defaults back to the BO Name.
I would like the tab to stay the same name.
When I close the 2nd form which will take me back to the first form, the Tab name defaults back to the BO Name.
I would like the tab to stay the same name.
- Wed Apr 03, 2024 4:52 am
- Forum: Tips and Tricks
- Topic: Extracting Objects and fields for tags
- Replies: 0
- Views: 15346
Extracting Objects and fields for tags
Hello. I have set up a system to allow end users to be able to easily get the correct Tags needed for UDDs. It uses a python script to extract the Business Objects, Attributes and Reference Attributes from the business space xml file to some csvs. The csvs can be imported into "Object", "Field", "Re...
- Wed Apr 03, 2024 4:41 am
- Forum: General discussion and questions about Aware IM
- Topic: NoEdit form and Edit form differentiate
- Replies: 0
- Views: 12073
NoEdit form and Edit form differentiate
Hello. Our customer wanted to open forms in NOEDIT mode and then be able to change to edit mode. I have done this by adding a panel operation in the form with a Process called "edit" which will view the same form. The problem is the "edit" button is still visible when the form is already in edit mod...
- Tue Apr 02, 2024 10:23 pm
- Forum: General discussion and questions about Aware IM
- Topic: EXPORT DOCUMENT - MERGE INTO ONE function
- Replies: 6
- Views: 15333
Re: EXPORT DOCUMENT - MERGE INTO ONE function
I've found LibreOffice to convert word docs to pdf.
It has command line function, all open source.
7pdf had issues with word doc formatting, table of contents and bullet points.
It has command line function, all open source.
7pdf had issues with word doc formatting, table of contents and bullet points.