Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lookup and cross-referenced application permissions #36

Open
jmfoucher opened this issue Sep 14, 2021 · 0 comments
Open

lookup and cross-referenced application permissions #36

jmfoucher opened this issue Sep 14, 2021 · 0 comments

Comments

@jmfoucher
Copy link

jmfoucher commented Sep 14, 2021

Hello,

when trying to create a record in an application (A) with a lookup field to another application (B), it always ended up with a GAIA_LO04 error code ('フィールド「fieldA」の値「fieldAvalue」が、ルックアップの参照先のフィールドにないか、また はアプリやフィールドの閲覧権限がありません。' ). The applications permission and fields permissions were checked several times and were fine.
After checking this article, I modified yaml file like this :

apps:
    appA:
        id: XX
        token: tokenA,tokenB
    appB:
        id: XX
        token: tokenB

It works now but having tokenB in appA's token string makes it difficult to read and understand that appA needs appB permission as well.

Is there another nicer way to do this either in yaml file or in python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant