Search found 27 matches

by JHew
Thu Mar 04, 2021 9:28 pm
Forum: General discussion and questions about Aware IM
Topic: Loop through two business objects and copy one to the other if not present in the list
Replies: 6
Views: 3946

Re: Loop through two business objects and copy one to the other if not present in the list

Thanks for your help. I did try and use the where not exist but it would give one of two errors: Internal error. GC overhead limit exceeded or Internal error. Java heap space. Not sure why. But the other way works perfectly so not to worry. I managed to build on it to delete the records that dont ex...
by JHew
Thu Mar 04, 2021 3:06 pm
Forum: General discussion and questions about Aware IM
Topic: Loop through two business objects and copy one to the other if not present in the list
Replies: 6
Views: 3946

Loop through two business objects and copy one to the other if not present in the list

I have two BOs; One called Parts list and the other Validation. The users are in separate departments so cant use the same BO's as they're designed for different thing. One aspect however, is that the Validation team needs to update the records on the parts list to keep the information accurate. So ...
by JHew
Wed Jan 06, 2021 5:45 pm
Forum: General discussion and questions about Aware IM
Topic: Internal error. Invalid object name 'BASTestDomain
Replies: 0
Views: 4436

Internal error. Invalid object name 'BASTestDomain

I have a BO connected to MYSQL and I am trying to take that data and create it in an AwareIM database. I have used a process found on this sub: https://www.awareim.com/forum/viewtopic.php?t=8178 Legacy BO is called Legacy, New BO is called AwareData In a process... FIND ALL Legacy CREATE AwareData F...
by JHew
Mon Oct 26, 2020 7:09 pm
Forum: General discussion and questions about Aware IM
Topic: Pass data from one BO to another when record not found
Replies: 2
Views: 2844

Re: Pass data from one BO to another when record not found

Sorry should have specified; The Import used is from the command type not the IMPORT in the process language. I need it so the end users can upload their own files. I tried using the Doesitexistprocess in the update rules of the MainBO in the hope than when a user updates another record this process...
by JHew
Thu Oct 22, 2020 7:42 pm
Forum: General discussion and questions about Aware IM
Topic: Pass data from one BO to another when record not found
Replies: 2
Views: 2844

Pass data from one BO to another when record not found

Hi All, I'm trying to find a way to pass data from my 'tempory' business object, used for checking for duplicates and my main BO. I have created a tempory BO where the data is uploaded via a CSV file. what i tried next was: Process 1 FIND TempBO WHERE TempBO.PrimaryKey <> MainBO.PrimaryKey IN BATCHE...
by JHew
Thu Oct 22, 2020 1:05 pm
Forum: General discussion and questions about Aware IM
Topic: REST connection to Qlik sense
Replies: 2
Views: 2476

Re: REST connection to Qlik sense

Thanks Jaymer, I've put this on the back burner for the time being. Having alot of problems with creating the API in Qlik sense in the first place.
by JHew
Wed Oct 14, 2020 9:18 pm
Forum: General discussion and questions about Aware IM
Topic: REST connection to Qlik sense
Replies: 2
Views: 2476

REST connection to Qlik sense

Hi All, Does anybody have experience setting up a REST connection to get data from Qlik Sense into Aware? I'm trying to set one up (complete new to REST, APIs etc so muddeling my way through) to download a table of customer orders, i've followed the video tutorial on setting it up but couldn't reall...
by JHew
Thu Sep 10, 2020 9:32 pm
Forum: General discussion and questions about Aware IM
Topic: Search using form and then change value of an atribute
Replies: 1
Views: 2475

Search using form and then change value of an atribute

Hi All , I am trying to achive the following process; User presses button to bring up a from and enters a value, this then finds the record in my BO and changes the value of a different attribute. At the moment i have done this by running a qurey using form to allow the use to search for the data, a...
by JHew
Tue Jul 28, 2020 1:05 pm
Forum: General discussion and questions about Aware IM
Topic: Error message when trying to send Emails
Replies: 2
Views: 4146

Error message when trying to send Emails

I'm trying to set up outgoing emails and I have followed the guide on YouTube but I keep getting the following error: Internal error. java.lang.String cannot be cast to com.bas.shared.domain.operation.Ientity I've set up the email by doing the following: - I made my BO intelligent and specified the ...
by JHew
Fri Jun 26, 2020 8:42 am
Forum: General discussion and questions about Aware IM
Topic: Operations with records to display HTML document
Replies: 4
Views: 7421

Re: Operations with records to display HTML document

Figuered it out - I had my from data set to pull from a query, when changed to determin at run time it works.
by JHew
Fri Jun 26, 2020 8:07 am
Forum: General discussion and questions about Aware IM
Topic: Operations with records to display HTML document
Replies: 4
Views: 7421

Re: Operations with records to display HTML document

Hi Jaymer Ive tried adding <<bo.fieldname>> and removed the "<< >>" however when i try and create the doument it comes up with error "Server was unable to generate the document". Any ideas why this might be happening? Code snippet: <!DOCTYPE html> <html> <style> .MDtable { font-family: arial, sans-s...
by JHew
Thu Jun 25, 2020 12:51 pm
Forum: General discussion and questions about Aware IM
Topic: Operations with records to display HTML document
Replies: 4
Views: 7421

Operations with records to display HTML document

Hello, I have a query which shows some basic infromation and I have added a button using operations with records using 'Create Document' to dispaly a HTML document in a pop up wondow. However, when pressing the button the new window pops up and where I would expect to see the information related to ...