Extracting a tablename
Author: ndegoeij
Publication Date: 12/23/2013 16:49
Is it possible to get (extract) a table name (UID) in Java code which is called from a workflow and executed on a Content2 (data source).
0
-
Author: C_Klingbeil - 12/30/2013 10:11
String tableName = myContent2Object.getEntityType().getTable().getName();
0
Please sign in to leave a comment.
Comments
1 comment