Hello,
I have problem with a "SetDefaultReport" method by DI Api on IF
<Envelope> <Header> <Action DIServiceName="ReportLayoutsService" get="GetReportLayout" update="SetDefaultReport">update</Action> </Header> <Body> <BS> <GetOrDelete> <ReportLayoutParams> <LayoutCode>INV20010</LayoutCode> </ReportLayoutParams> </GetOrDelete> <InsertOrUpdate> <DefaultReportParams> <LayoutCode>INV20010</LayoutCode> <ReportCode>INV2</ReportCode> <UserID>1</UserID> </DefaultReportParams> </InsertOrUpdate> </BS> </Body></Envelope>
I used this section on my scenario. the get action works fine but the update action generate a error

You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.