hi every one,
can u please help me for take backup of xcp application
Using Composer, you can create a documentum project and import the taskspace application. Once the application has been imported, you can create DAR file to back up the configurations.
Thank you,
Mr Jhonny
hi gee,
i am very new to documentum and now working on xcp.
is it possible to create office timesheet application using xcp..
Depending on your requirements. You should be able to build xcp timesheet app that satisfies basic data entry and workflow approval.
for my practice purpose i started this application.
and i face lot more problems
like below:
....primary key and forigen key relationship b/w to tables
....how to maintain user login id for entrire tab,and how pickup that value.
....is it possible to establish relation b/w custom types
1) Look at value assistance and registered tables in Composer guide
2) You can get the login id by running this query: select USER from dm_server_config
3) Yes, you can create a dm_relation object to establish relationship between instances of different custom types