Search found 723 matches

by himanshu
Wed Nov 18, 2020 3:14 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Grids: Retain column config with SAVE STATE. Error saving.
Replies: 7
Views: 6238

Re: [SOLVED] Grids: Retain column config with SAVE STATE. Error saving.

It is not a bug but if you have a huge columns in one grid..then this could be fall into truncation error.. grid state settings get saved into table column which has initial size.. so increasing the size of the VARCHAR will resolve the issue.
by himanshu
Wed Nov 11, 2020 12:50 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] Grids: Retain column config with SAVE STATE. Error saving.
Replies: 7
Views: 6238

Re: Grids: Retain selected columns & ordering across sessions? SAVE STATE works?

I think they are stored in a system created table in the DB: Bas_User_Prefs... That is correct. when application loaded it pulls all the data of every grid initially and used later on specific grid when needed to show last saved state. Just do a hard reload to your browser or clean cache, it might ...
by himanshu
Tue Nov 03, 2020 3:19 am
Forum: General discussion and questions about Aware IM
Topic: Calendar/Scheduler
Replies: 4
Views: 4300

Re: Calendar/Scheduler

<<Appointment.Subject>> - <,Appointment.Location>>
Above line code have a proper in last tag... it should be <<Appointment.Location>>

Still having issue or you state something else then... a screen share will be better.. or ping me on Skype.
by himanshu
Tue Nov 03, 2020 3:15 am
Forum: General discussion and questions about Aware IM
Topic: Sample app with Kanban
Replies: 2
Views: 3178

Re: Sample app with Kanban

Hi Tom,

I have one to showcase, ping me.
by himanshu
Tue Oct 27, 2020 4:13 pm
Forum: Problem reports
Topic: Major bug in saving second value in Timestamp attribute
Replies: 9
Views: 19634

Re: Major bug in saving second value in Timestamp attribute

Hi,

Can you try to change the datatype DATETIME to DATETIME(3)?
by himanshu
Thu Oct 22, 2020 6:11 pm
Forum: General discussion and questions about Aware IM
Topic: Combining startProcessWithInit with dynamic=true ?
Replies: 9
Views: 9941

Re: Combining startProcessWithInit with dynamic=true ?

I am good Rod, Thanks.. and hope you also doing great.

This is interesting and new learning... will give a try sure.
by himanshu
Thu Oct 22, 2020 3:11 pm
Forum: General discussion and questions about Aware IM
Topic: Post a msg here if you use MSSQL Express currently
Replies: 6
Views: 5734

Re: Post a msg here if you use MSSQL Express currently

Hey Jaymer, We are still awaiting for your reply!
by himanshu
Thu Oct 22, 2020 3:09 pm
Forum: General discussion and questions about Aware IM
Topic: How to validate a field with the luhnCheck
Replies: 5
Views: 11159

Re: How to validate a field with the luhnCheck

If you need a function built on Java, you can PM me.
by himanshu
Thu Oct 22, 2020 3:07 pm
Forum: General discussion and questions about Aware IM
Topic: Combining startProcessWithInit with dynamic=true ?
Replies: 9
Views: 9941

Re: Combining startProcessWithInit with dynamic=true ?

I suggest instead of using url with credentials better to create an API and perform the same. You can pass your BO value to api and Process will handle all stuff for you want to process.

If I understand your requirement correctly as written above.
by himanshu
Wed Oct 21, 2020 6:10 am
Forum: General discussion and questions about Aware IM
Topic: How to validate a field with the luhnCheck
Replies: 5
Views: 11159

Re: How to validate a field with the luhnCheck

You can do this with Custom JS or function (build on Java).
by himanshu
Tue Oct 20, 2020 5:23 pm
Forum: General discussion and questions about Aware IM
Topic: Calendar/Scheduler
Replies: 4
Views: 4300

Re: Calendar/Scheduler

Hi Nick, Hope you are doing well! I think each recurring event converts to a record whenever a user performs or processes called when the date happens. So, it is not possible to show events reoccurrences on the grid. Is it possible to show two data feilds in the calendar event (just not subject). EG...
by himanshu
Fri Oct 16, 2020 7:24 am
Forum: Problem reports
Topic: AwareIM 8.5 2824 Installer issue [FIXED]
Replies: 4
Views: 9108

Re: AwareIM 8.5 2824 Installer issue

Thanks, Mark... It works like a charm hurray... something learned :idea:
by himanshu
Wed Oct 14, 2020 7:08 am
Forum: Problem reports
Topic: AwareIM 8.5 2824 Installer issue [FIXED]
Replies: 4
Views: 9108

Re: AwareIM 8.5 2824 Installer issue

Thanks George for the reply.

It is weird and more worst part there is no error or log so I able to understand what might be wrong.

Will update if able to troubleshoot.