ndegoeij
I'm new here

Extracting a tablename

Jump to solution

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 Kudos
1 Solution

Accepted Solutions
C_Klingbeil
I'm new here

String tableName = myContent2Object.getEntityType().getTable().getName();

View solution in original post

0 Kudos
2 Replies
C_Klingbeil
I'm new here

String tableName = myContent2Object.getEntityType().getTable().getName();

0 Kudos
thmarx
I'm new here

Hello Nando,   

do you need further help or did Carola's reply already help you? If so, it would be great if you marked

her reply as "correct answer" so that other community users find the solution easily. If you have

already found a solution by yourself, it would be very kind of you, if you posted it here.   

Best regards 

Thorsten

0 Kudos