new to appian , problem in database

Hi everyone

i have an issue with something in the Database,  i defined a datatype  which include two other fields which are two other datatypes  and they are both also defined as an array .

now if i look in the db after inserting data in , i can see in my  first one the ids of my foreign key  of creditrequest , but in the other table there is null 

where can i see what is wrong here ?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hi , Can you check cascade settings for Remarks field?

    for your info: The cascade setting is the term for the behavior of related tables when writing, updating, and deleting items in the current table.With a cascade of ALL, also known as "Master-detail" behavior, data in related tables can be updated whenever a parent table is updated.

Reply
  • 0
    Certified Senior Developer

    Hi , Can you check cascade settings for Remarks field?

    for your info: The cascade setting is the term for the behavior of related tables when writing, updating, and deleting items in the current table.With a cascade of ALL, also known as "Master-detail" behavior, data in related tables can be updated whenever a parent table is updated.

Children