Created Time value on View.HourEntries2Years for Visma Severa

I use View.HourEntries2Years@sva but I missed the Created Time value (column).

Is that possible to add column for the created datetime for the row?

It would make it possible to calculate difference between eventdate and createddate.

From our documentation, the creation date is not available in the SOAP APIs provided for Visma Severa.

The following fields are available for an hour entry, when correct these all should be present already in the view (see also https://sync.severa.com/webservice/S3/API.svc/WSDL?singleWsdl):

<xs:complexType name="HourEntry">
    <xs:sequence>
        <xs:element minOccurs="0" name="AccountGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CaseBusinessUnitCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CaseCostCenterIdentifier" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CaseGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CaseName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CaseNumber" type="xs:long" />
        <xs:element minOccurs="0" name="CostCurrencyShortform" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CostCurrencyShortformOfInvoicingCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CostCurrencyShortformOfOrganizationCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CostCurrencyShortformOfUserCompanyCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="EndTime" nillable="true" type="xs:dateTime" />
        <xs:element minOccurs="0" name="EventDate" type="xs:dateTime" />
        <xs:element minOccurs="0" name="GUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="InvoiceDescription" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="InvoiceGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="InvoiceQuantity" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" name="InvoiceRowGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="IsApproved" nillable="true" type="xs:boolean" />
        <xs:element minOccurs="0" name="IsBillable" type="xs:boolean" />
        <xs:element minOccurs="0" name="IsProductive" nillable="true" type="xs:boolean" />
        <xs:element minOccurs="0" name="IsReadOnly" type="xs:boolean" />
        <xs:element minOccurs="0" name="OverTimeGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="OvertimeCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="PhaseGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="PriceCurrencyShortformOfCaseCompanyCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="PriceCurrencyShortformOfInvoicingCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="PriceCurrencyShortformOfOrganizationCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="PriceCurrencyShortformOfUserCompanyCurrency" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Quantity" type="xs:decimal" />
        <xs:element minOccurs="0" name="StartTime" nillable="true" type="xs:dateTime" />
        <xs:element minOccurs="0" name="TaskGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UnitCost" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitCostInInvoicingCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitCostInOrganizationCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitCostInUserCompanyCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitPrice" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitPriceInBaseCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitPriceInCaseCompanyCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UnitPriceInUserCompanyCurrency" type="xs:decimal" />
        <xs:element minOccurs="0" name="UserBusinessUnitCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UserCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UserFirstName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UserGUID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="UserLastName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="WorkTypeCode" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="WorkTypeGUID" nillable="true" type="xs:string" />
    </xs:sequence>
</xs:complexType>

Deze vraag is automatisch gesloten na 2 weken inactiviteit. Het laatste gegeven antwoord is gemarkeerd als oplossing.

Gelieve een nieuwe vraag te stellen via een apart topic als het probleem opnieuw optreedt. Gelieve in de nieuwe vraag een link naar dit topic op te nemen door de URL er van in de tekst te plakken.

Dit topic is 7 dagen na het laatste antwoord automatisch gesloten. Nieuwe antwoorden zijn niet meer toegestaan.