Forum Replies Created
-
# 2 years ago::
Hi @mathieuroll, @chris,
Could you please provide some info on this? It would be really time saving for us because our table contains some 30 columns and mapping them one by one in connector output is very tedious.
Regards
Anurag# 2 years ago::Hi @Mathieu,
How we can set the table aggregation data from UI designer itself, may be by setting some attribute with the struct field values, so that we need not map all the fields one bu one in the Connector/BO output mapping and just mapping the global struct variable would be fine?
It would be great if you can share the application transport file link if you have created one.Regards
Anuragin reply to: How to set data in table by scripting# 2 years agoin reply to: MultiComboBox no data issue# 2 years agoin reply to: Date, Int and Boolean null setting in db# 2 years ago::Hi @chris,
I am using below insert query in my connector:
INSERT INTO
person
(name
,age
,graduatedOn
,birth_date_time
,isAlive
)
VALUES (:name:, :age:Integer:, :graduatedOn:Date:,:birth_date_time:Date:, :isAlive:);Here, I am passing value from a struct having all string fields.
There is no problem, when I have set all the fields in the struct and none is empty. Insert query runs fine then.
Problem is in below conditions:
1) when age is empty, then I get below error:
{
“message”: “Invalid payload for connector type SQL: Parameter age had invalid format: JSON Literal for type Integer malformed”,
“success”: false
}2) When age is filled, then I get error for the date field ‘graduatedOn’, error is below:
{
“message”: “Data truncation: Incorrect date value: ” for column ‘graduatedOn’ at row 1″,
“success”: false
}Please find below the table description:
How can I deal with this situation, as I can have empty fields in my struct if user has not entered any value for it.
Regards
Anurag
Attachments:
You must be logged in to view attached files.in reply to: Date, Int and Boolean null setting in db# 2 years agoin reply to: Date, Int and Boolean null setting in db# 3 years agoin reply to: Mail Connector gives no password error# 3 years ago::Any inputs here?
I have attached my smtp server settings. I tried all combinations of SSL and TLS port settings as well.
Also, now if I try to restore the default settings (whose screenshot I backed up earlier), I still get password error as I don’t know the default password for the itizzimo account.
Any help would be highly appreciated, as we have to develop and test some email use cases in simplifier.
Regards
Anurag
Attachments:
You must be logged in to view attached files.in reply to: Mail Connector gives no password error# 3 years ago::If the nullable is set to no, shouldn’t it show some validation error on livechange when field gets empty?
Regards
Anurag
in reply to: Validation issue in input fieldin reply to: Template usage in application# 3 years ago# 3 years ago::Hi Team, @mathieuroll, @chris
Is there any way I can get the correct id of the inserted record irrespective of other user sessions.
Because its crucial in a parent-child table model in database.Regards
in reply to: SQL: Select LAST_INSERT_ID();# 3 years agoin reply to: Adding a foreign key column# 3 years agoin reply to: SQL: Select LAST_INSERT_ID();# 3 years agoin reply to: SQL: Select LAST_INSERT_ID();