06-04-2015 01:45 PM
var date = new Date().toISOString();
var lastDeployedToPROD = {
name : "alfresco/forms/controls/DateTextBox",
config : {
requirementConfig : {
initialValue : true
},
value : date,
name : "prop_hccm_lastDeployedDateToPROD"
}
};
06-22-2015 05:43 AM
07-14-2015 06:54 AM
var lastDeployedToPROD = [
{
name : "alfresco/forms/controls/DateTextBox",
config : {
requirementConfig : {
initialValue : true
},
value : date,
name : "prop_hccm_lastDeployedDateToPROD"
}
}
];
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.