Aller au contenu principal

Get Page's current state in Server Task's Script called from Javaclient

Commentaires

1 commentaire

  • Zendesk API User
    Author: zava - 1/25/2016 13:55

    Solution get Elements current state on TaskScript with  DelegatingScheduleContext

    StoreElementAgent sea = ((StoreElementAgent) context.requestSpecialist(StoreElementAgent.TYPE));

    PageStoreRoot store = (PageStoreRoot)  sea.loadStoreElement("root", IDProvider.UidType.PAGESTORE, false);

    ele = store.getStoreElement( eleID );

    0

Vous devez vous connecter pour laisser un commentaire.