Hello, I was wondering what the Object button in the top right corner of
the tasks list of a Workflow form was used for?it seems to be always
greyed. Kind regards,Pierre
Hi,Here is an alternative solution with analyze="true" and the variable
@Label :// vars.targetSchema = default variable generated
by the previous Query activity in a workflow
temp:queryExportDriveStatusvar schemaName =
vars.targetSchema.substr(vars.targetSchema.indexOf(":")+1);logInfo(schemaName);var
xml = ;var query =
xtk.queryDef.create(xml);var res =
query.ExecuteQuery()[schemaName];//.queryExportDriveStatus;var stati =
'[';for each(var status in res){ stati += '{"account_id":' +
statu...
Hi,currently the Privacy Management tool allows us to extract the
customer's data and to to delete it when requested.Could you add the
possibility to anonymize some attributes of data schema with some
specific rules like a calculated field?In other words make it so that
the record is not removed from the DB but modified.Kind regards,Pierre
Hi,I don't think you can display a memo since it is not an SQL field but
an XML one.you need to use some method like Substring(MyMemo,0,255)Kind
regards,Pierre
Hi,Here are some suggestion, including using a google api
:https://stackoverflow.com/questions/42432107/line-chart-generated-image-that-will-be-sent-through-email/42521640
Kind regards,Pierre
Hi Erik,you could create mutilple sequences in SQL scripts like this
:And by defining an SQL function to get the next value of your sequences
(Adding additional SQL functions
You can then use
the sequence of your choice :Kind regards,Pierre