Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.
Options

Allow custom tasks to be used in portal asset management

Alex_MarshAlex_Marsh Premier Partner Advanced IT Monkey ✭✭✭
The current ammain.js file does not contain the necessary setting to allow for custom tasks on asset management forms. It would be beneficial to add

var tasks = app.custom.formTasks.get(pageForm.type);
    if (_.isArray(tasks)) {
        $.each(tasks, function (i, task) {
            pageForm.taskTemplate.tasks.push({ Task: "custom", Type: pageForm.type, Label: task.label, Access: true, Configs: { func: task.func } })
        });
    }

To the ammain.js to allow the use of custom tasks for asset management objects in the customjs
9
9 votes

Completed · Last Updated

This feature was released with the new CMDB portal release.

Sign In or Register to comment.