Hi,
Has anyone got the Delete method of the STDTEXT object working in BOC? We are just getting an error and it shouldn't be that hard...we can create, retrieve std text with no problems.
MyBlock = mobjMIMS.MIMSConnector.Blocks.[New]("MyBlock"
ExtendedDescription = MyBlock.Requests.New("ExtendedDescription"
With ExtendedDescription
.Instances.New("Inst1"
.AddFieldNameValue(MIMSX.MIMSX_REQUEST_FLAGS.MIMSX_FLAG_SERVICE, "STDTEXT.Delete"
.Instances.Item("Inst1"
.AddFieldNameValue("StdTextId", strStdTextID)
End With
MyReply = MyBlock.Send
Thanks,
Steve
Has anyone got the Delete method of the STDTEXT object working in BOC? We are just getting an error and it shouldn't be that hard...we can create, retrieve std text with no problems.
MyBlock = mobjMIMS.MIMSConnector.Blocks.[New]("MyBlock"
ExtendedDescription = MyBlock.Requests.New("ExtendedDescription"
With ExtendedDescription
.Instances.New("Inst1"
.AddFieldNameValue(MIMSX.MIMSX_REQUEST_FLAGS.MIMSX_FLAG_SERVICE, "STDTEXT.Delete"
.Instances.Item("Inst1"
End With
MyReply = MyBlock.Send
Thanks,
Steve