-
set pie chart rotation by script
<p>Hi,</p> <p> </p> <p>I need to set pie rotation by script. The dataset usually contains some small values, under 5% and one bigger like 70-80%. In these cases the labels overlap. The better I found to set pie rotation to show 2 smallest on the right side and next small ones on left side.</p> <p> </p> <p>But I couldn't…
-
How to Update Objects Irrespective of types(Without type as input) using Latest DFC 7.x ?
Hi, Is it possible to update an object's attribute through DFC without knowing their type (Especially Custom types)? I know there is a old way of doing it like the one below. session.apiSet("set",r_object_id+",my_custom_attribute","value_to_be_updated"); session.apiExec("save",r_object_id); So, in the above code, whatever…
-
textarea in custom_instantiation.cfg does not seem to support newlines.
Hi, I have added a new textarea to my instantiation ui by adding it to custom_instantiation.cfg. The textarea appears to be OK in the UI. However when i enter comments in it with newlines, it seems to be ignoring them. Is this a known issue. Is there any workaround to get the comments with newlines. my…
-
LDAP job error
Hi Experts, we have a custom job - LDAPDisableUsersOnlyJob, that we used to sync the user status from LDAP ... if the user is disabled in LDAP, the job will disable the same in docbase. here is code snippet of method (for above job) -…
-
EMC DCTM Module Error : 9060: Unable to create a new object without it's name using definition
Hi Would like to request for your assistance regarding error encountered in our DCTM Module. Please advise. Thank you.
-
JSP based Webapps in Teasmite
I'm seeking a great help in customizing a JSP based webapp to be rendered via Teamsite and OR Livesite. The JSP Codebase is only a two page application. Can you please tell me what are the steps that I need to take to make it rendered via Teasmite. I understand if we use any content types we need to go via templating.cfg.…
-
DM_SESSION_E_SETUP_ROLES_FOR_RPC in D2
Hi D2 developers, We are facing an issue when we try to edit the properties of document. [DM_SESSION_E_SETUP_ROLES_FOR_RPC]error: "Error initializing dynamic roles for RPC SysObjRevert (0900000e8003d0dc)." "document_name" version has been updated by userXYZ. Changes can not be saved at this time. Please exit the property…
-
How to keep dm_fulltext_index_user always set to active
Full text indexing requires dm_fulltext_index_user account to be set to active. Intermittently, the system sets this user account to Inactive, which stops indexing. Is there a way to keep the user account always set to active?