Made SLA field in pm_project table

ashwinipingle
Tera Guru

Dear Strategic Portfolio Management Experts,

When I navigate to list of projects, pm_project.list, I see many fields, one of which is "Made SLA"

I want to know if this field is applicable to pm_project. I found lot of documentation that this field is legacy field and we can control it using a sys property com.snc.sla.run_old_sla_engine which is "false" in my instance.

However i could not find any mention of this field for pm_project record.

Can I know how this field is used in pm_project? How is the value determined because for some records I see that the value is "true"? On opening the project, I do not see this field in the form.

 

Best Regards,

Ashwini Pingle

1 ACCEPTED SOLUTION

Pm_project is an extended table of planned_task and that in turn is an extension from the task table.
In other words, both ITSM and SPM are extending/using the same field so the answer is yes, it's the same for pm_project.

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

View solution in original post

3 REPLIES 3

JaeggerLegane
Kilo Sage

I would not recommend to try and configure the "Made SLA" field since this is a legacy field that is no longer supported/used. This stems from a previous technology where you could only apply 1 SLA to a task.

The "Made SLA" field has the default value of "True" since that's the OOTB dictionary setting. 
You should not have fields with value "False" unless you have an instance with old records OR if the sysproperty is still set on true (which is not the case in your example).

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

Hello @JaeggerLegane ,

I know that it is a legacy field for ITSM. Is it the same for Strategic Portfolio Management - pm_project table also?

Best Regards,

Ashwini Pingle

Pm_project is an extended table of planned_task and that in turn is an extension from the task table.
In other words, both ITSM and SPM are extending/using the same field so the answer is yes, it's the same for pm_project.

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!