Uploaded image for project: 'Service Design and Creation'
  1. Service Design and Creation
  2. SDC-4586

Changing VFC version on template wipes previously assigned property values based on get_input

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Montreal Release
    • London Release
    • SDC
    • None

      Properties with values based on get_input are being cleared on a VFC version change

      Before version change
        
        properties:
              accessId:
                get_input:
                - customFunction
              Subsystem::connectionName:
                get_property:
                - SELF
                - delayTolerance
              comments:
                get_attribute:
                - subsystemRef_0
                - status
              createdBy: STRING1
              externalId:
                $juel:
                - ${s:defaultString(args[0], 'OM_CN' )}
              archivedBy:
                get_input:
                - dnn
              resourceType: Resource

      After version change - version change was to add a new property to the VFC (property not being used)

       properties:
              Subsystem::connectionName:
                get_property:
                - SELF
                - delayTolerance
              comments:
                get_attribute:
                - subsystemRef_0
                - status
              createdBy: STRING1
              externalId:
                $juel:
                - ${s:defaultString(args[0], 'OM_CN' )}
              resourceType: Resource

       

            razinkov razinkov
            razinkov razinkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: