Share via

Update Simple list in a Request Offering automatically

bilel moakhar 1 Reputation point
2020-09-07T13:27:13.257+00:00

Hi,
I want to update a simple list (add a value) automatically. I have 2 options:

1- Doing it using Powershell: I tried to find out how to get values of the list, the only place I could find it is:
$ParentClass = Get-SCSMClass System.RequestOffering$
$RequestOffering1 = Get-SCSMObject -Class $ParentClass -Filter "ID -eq 1|ServiceManager.ServiceRequest.Configuration|1.0.0.0|Offering0a4b6622954d4d63a7a5e74fa430955c|3|RequestOffering"
$RequestOffering1.PresentationMappingTemplate

I'm not even sure if I'm pointing to the right direction

2- Doing it using Orchestrator: Haven't found clues in internet about it.

Can you please direct me to do it ? Either ways are good for me.

System Center Service Manager
Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 132K Reputation points MVP Volunteer Moderator
    2020-09-20T21:51:55.387+00:00

    I think adding a value to a simple list in a Request Offering automatically isn't that easy if even possbile.

    Can you share some more details about the use case please? Maybe it's possible to find an alternative for your requirement.

    Kind regards
    Andreas Baumgarten

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.