This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom Datatype in sql table

Hello,

I have a custom datatype, which is not view-able through sync editor.

For example below CAMSUser attribute, which is having dependency on that application and not advisable to change the datatype supported by Q1IM7.0

Please advice me on how to proceed further for mapping.

Thanks.

 

Regards,

Vijay

Parents
  • How did you tried to write to a view? Without a data modification script or single-line DML code your are unable to write to the view. As a view is defined as being read-only.

    You can take a look at the code snippets for the script code in the script editor of the database connector. Choose the snippet icon from the toolbar or press F2 and select a snippet for a head-start.
Reply
  • How did you tried to write to a view? Without a data modification script or single-line DML code your are unable to write to the view. As a view is defined as being read-only.

    You can take a look at the code snippets for the script code in the script editor of the database connector. Choose the snippet icon from the toolbar or press F2 and select a snippet for a head-start.
Children
No Data