Search found 183 matches

by cishpix
Wed Jun 24, 2020 3:01 pm
Forum: General discussion and questions about Aware IM
Topic: connecting to .postgresql as external db in pre 8.4 version
Replies: 2
Views: 4538

Re: connecting to .postgresql as external db in pre 8.4 vers

Is there any post or steps connecting to postgresql as external db in pre 8.4 version. You need to download the postgresql jdbc and copy it into lib folder. Then you need to set the JDBC connection in database environment dialog box Don't forget to set the default date & timestamp format Then fill ...
by cishpix
Wed Apr 01, 2020 1:50 am
Forum: General discussion and questions about Aware IM
Topic: General Question - Rules & Processes
Replies: 18
Views: 38538

Re: General Question - Rules & Processes

tford wrote:Std view works for most simple rules and processes. I switch to text for the more complicated ones.
For me same with Tom quote :wink:
by cishpix
Fri Mar 20, 2020 4:44 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] How many rows "Export XLSX" supported?
Replies: 7
Views: 10849

Re: How many rows "Export XLSX" supported?

johntalbott wrote:To see what Kendo approach looks like, add this in the init script:
config.toolbar = ["excel"]
config.excel.allPages = true Note: config.excel = {allPages: true} is valid syntax as well.
Hi John, many brilliant thanks and much appreciated for your time.
by cishpix
Thu Mar 19, 2020 4:54 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] How many rows "Export XLSX" supported?
Replies: 7
Views: 10849

Re: How many rows "Export XLSX" supported?

In the Init Script try this: CODE: SELECT ALL config.excel.allPages = true Hi Jhon, many thanks for your respond. I have test it but unfortunately it doesn't works, still same 101 records. I have try remove the blank space between the equal and try change it to false but still not solved. I have tr...
by cishpix
Thu Mar 19, 2020 11:56 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] How many rows "Export XLSX" supported?
Replies: 7
Views: 10849

[SOLVED] How many rows "Export XLSX" supported?

I have a query that have around more than 500 records. When I try export all the data to XLSX (I use builtin command in panel operations of query), I only got max 101 records. I have show all the records as unlimited in my query but I cannot get all the data as XLSX. Is it bugs in AwareIM or it have...
by cishpix
Fri Jan 31, 2020 12:37 am
Forum: General discussion and questions about Aware IM
Topic: Export All BS Objects data
Replies: 1
Views: 3089

Re: Export All BS Objects data

mohd.documents wrote:Can I export all data from all BOs to a file and then import it again?
Of course, you can do it from your DB. If you use MySQL or MariaDB, you can export it as SQL file extension or you can export it as backup extension if you use MSSQL.
by cishpix
Tue Jan 21, 2020 11:42 am
Forum: Problem reports
Topic: Problem REST API in AwareIM
Replies: 6
Views: 10639

Re: Problem REST API in AwareIM

I believe it supports too... as said below https://mariadb.com/kb/en/datetime/ Many thanks for you Himanshu. I have try set the "SQL Type" to datetime(6) (for the attribute) but unfortunately it doesn't work. At least, it doesn't give any error for the timestamp. I Shall try take a time to look in ...
by cishpix
Tue Jan 21, 2020 10:31 am
Forum: Problem reports
Topic: Problem REST API in AwareIM
Replies: 6
Views: 10639

Re: Problem REST API in AwareIM

himanshu wrote:item#3
Question: Which database you are using?
Hi Himanshu, thanks for your respond. I use MariaDB
by cishpix
Tue Jan 21, 2020 9:59 am
Forum: Problem reports
Topic: Problem REST API in AwareIM
Replies: 6
Views: 10639

Re: Problem REST API in AwareIM

himanshu wrote:try to encode URL while posting... like for spaces %20 and for other special characters.
Thanks for your respond and it works (item #2)

Still stuck on item #1 and item #3, any idea?
by cishpix
Tue Jan 21, 2020 2:38 am
Forum: General discussion and questions about Aware IM
Topic: [solved] ERROR: Value of DocumentFile must be provided
Replies: 1
Views: 3260

Re: [solved] ERROR: Value of DocumentFile must be provided

I have solved it, just remove the required checkbox of the Document attribute
by cishpix
Fri Jan 17, 2020 3:58 pm
Forum: General discussion and questions about Aware IM
Topic: [solved] ERROR: Value of DocumentFile must be provided
Replies: 1
Views: 3260

[solved] ERROR: Value of DocumentFile must be provided

This error I got from ProjectManagement AwareIM sample. The below is how to create the error Open a task in edit form (I select a task from Gant Chart) Click "Add New" button in Documents tab Try upload a file (it's up to you) and type the title as you want then click Save button Try show the edit f...
by cishpix
Fri Jan 17, 2020 11:50 am
Forum: Problem reports
Topic: Problem REST API in AwareIM
Replies: 6
Views: 10639

Problem REST API in AwareIM

Currently I'm still try CRUD in REST Service from AwareIM and the other application is ERPNext. There are 2 problems and I'm sure it is AwareIM issue because I have test it in other application like Postman ERPNext will respond the data as array (see the below) when we call GET via REST API service ...
by cishpix
Sun Dec 08, 2019 11:46 am
Forum: General discussion and questions about Aware IM
Topic: How add Customer Birthday into Appointment?
Replies: 6
Views: 7879

[SOLVED] How add Customer Birthday into Appointment?

PointsWell wrote:call the process1 as a once off This will create all the DateOfBirth Appointment BOs that are missing
Many thanks for you, my issue have been solved.
by cishpix
Fri Dec 06, 2019 3:47 pm
Forum: General discussion and questions about Aware IM
Topic: How add Customer Birthday into Appointment?
Replies: 6
Views: 7879

Re: How add Customer Birthday into Appointment?

I have a Contact BO that has a field DateOfBirth and off of that I create an owns single relationship to an Appointment Group BO called DateOfBirth, when you add the Date of Birth on the Contact BO a Rule then either creates the DateOfBirth and sets it's ownership to the Contact and sets the RecRul...
by cishpix
Wed Dec 04, 2019 12:41 pm
Forum: General discussion and questions about Aware IM
Topic: How add Customer Birthday into Appointment?
Replies: 6
Views: 7879

How add Customer Birthday into Appointment?

Hi all,
I want to create a calendar can show all of my customer birthday. So, when I create a customer and input their birthday in Customer BO, how can it can input automatically into Appointment BO and set repeat every years?
Is it possible?

Thanks