I have done this before and did not see it in the list configuration.Do
we need to publish the DB again? I do not see any modifications when
published.
The access token generated using JWT token expires in 15min. Is there a
way to increase the expiry time? Also, the JWT token is generated using
a private key, id there a way in ACS to trust the IP to prevent
regenerating the JWT token?
I have tested it too ,but is there anyway to make it empty or nullable
was the question. So when you try to insert null values in FK field may
i know what is the error you were facing. The record will be inserted
but when i try to open that record from recipient schema it says
resource unavailable/the links are not correct/contact administrator.
Were you getting the same error?
Although I raised a ticket it didnt help much as i figured it out that I
have chosen the wrong product while integrating. Anyways thanks for the
information. The product to be chosen while integrating with Adobe I/O
is ACS.
There are 2 tables A,B.There is FK in the many side of the table A
referring to the PK of the table B. I have a requirement that 1 record
in the source table B will have many records in the target table A and a
record in table A may have the FK value as null/empty.The question here
is if there is an FK whose value is null/empty in the Table A is there a
way we can make the field nullable in Table A in ACS.
For a 1:1 relationship I have created the link on the table other than
profile and was able to see the data.For a 1:M relationship if I create
the link on the many side of the table A and link with the custom
primary key to the FK in the recipient how do I insert data through the
API do we have any sample payloads?