Search found 2411 matches

by customaware
Mon Apr 08, 2024 6:47 am
Forum: General discussion and questions about Aware IM
Topic: Additional ATT00001.htm attachment on emails
Replies: 1
Views: 252

Additional ATT00001.htm attachment on emails

I have an app that sends emails with an Excel File and a PDF Document as attachments.

When it is received, the email has an additional attachment named ATT00001.htm.

Does anybody know what is causing this and how to stop it?
by customaware
Mon Apr 08, 2024 6:45 am
Forum: General discussion and questions about Aware IM
Topic: Annoying Unable to FIND Issue.
Replies: 3
Views: 345

Re: Annoying Unable to FIND Issue.

Thanx Jaymer,

I only added the This just in case it made any difference.

there is Definitely a LeaveAssignment being passed to the process

I will check out the LOG2 CONTEXT suggestion.
by customaware
Sun Apr 07, 2024 1:38 am
Forum: General discussion and questions about Aware IM
Topic: Annoying Unable to FIND Issue.
Replies: 3
Views: 345

Annoying Unable to FIND Issue.

I have a Process as follows..... Inputs are: Employee, NP_Enquiry_Date, LeaveAssignment ThisLeaveAssignment.UsedToENQUIRY_DATE= SUM AbsenceApplicationEvent.EventDays_Temp WHERE ( AbsenceApplicationEvent.ob_Application.ob_Employee = Employee AND AbsenceApplicationEvent.ob_Application.Status <> 'CANCE...
by customaware
Wed Apr 03, 2024 8:07 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 2552

Re: HTML in a PDF Report

That's disappointing.

I needed a solution in V8.8 so ended up displaying conditional images
by customaware
Tue Mar 26, 2024 10:55 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 2552

Re: HTML in a PDF Report

You need to add a html parameter in your tag

<<mmBO.myAttribute, ‘html’>>
by customaware
Wed Mar 20, 2024 10:24 pm
Forum: General discussion and questions about Aware IM
Topic: Config tool AI?
Replies: 7
Views: 13479

Re: Config tool AI?

BobK wrote: Wed Mar 20, 2024 12:49 pm One of the sessions in the upcoming AwareIM Conference:


Improving AwareIM capabilities through Integration of AI/ML technologies
Hope you are going to make it to the conference this time Bob. 🙏🏼
by customaware
Thu Mar 14, 2024 10:20 pm
Forum: General discussion and questions about Aware IM
Topic: Can I "EXPORT DOCUMENT" to a folder on the Server
Replies: 3
Views: 1563

Re: Can I "EXPORT DOCUMENT" to a folder on the Server

I export Documents to a Folder like this all the time.

<<SystemSettings.BaseDocPath>> + <<SystemSettings.SafetyDocs>> + MyBO.ID + '-DocumentName.pdf'
by customaware
Tue Mar 12, 2024 10:50 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 2552

Re: HTML in a PDF Report

Yes Joben
Makes no difference
by customaware
Tue Mar 12, 2024 2:18 am
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 2552

HTML in a PDF Report

I am trying to include some styled html text in a PDF Report. So, I have a text html Attribute and I stuff it with the styled html that I want..... Here is the string.... <div style="font-family:'Courier New';font-size:6px;">A: PU648YF / <span style="color:red;">⚠ B: AEBY-426</span></div> But, not m...
by customaware
Thu Mar 07, 2024 6:51 am
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 38167

Re: V9 NEW FEATURES discussion

My understanding is that any DB Reserved words are now reserved in Aware.

I am probably totally wrong but that is my understanding.
Have had time to test them all.