Monday, May 9, 2011

Scripts Templates

1.How to Set the model schema to edit mode.

Alter model schema set current edit.

2.How to Set the schema to shadow in backend and clear any previous information.

set schema shadow
clear schema shadow.

3.how to generate planning worksheet from modified XML files.

alter model schema set current edit
import worksheet definition from file "${interlace.home}\custom\workbook\worksheet_Standard Cost Delta.xml"
publish metadata changes

...more

No comments:

Post a Comment