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

Feature Request: Resource Reference #7

Open
yamelsenih opened this issue Feb 17, 2024 · 0 comments
Open

Feature Request: Resource Reference #7

yamelsenih opened this issue Feb 17, 2024 · 0 comments

Comments

@yamelsenih
Copy link
Member

Currently exists some entity name resource reference to link any file to ADempiere record, this functionality exists inside ADempiere database but is limited to adempiere instance. Is nice to have these entities inside s3_gateway_rs.

Is nice to have the follow data:

  • Client ID:
    • Client Identifier (allows multi-tenant)
    • Mandatory
    • Numeric
  • Table Name:
    • Table Name
    • Optional
    • Numeric
  • Container ID:
    • This can be used to identify window, process, form, smart browser and other container
    • Mandatory
    • String
  • Record ID:
    • ID of current record
    • Optional
    • Numeric
  • Name:
    • Determine the real file Name to search inside s3
    • Mandatory
    • String
  • IsFolder:
    • Determine if the reference is a folder, this allows define a list of files inside folder
    • Mandatory
    • Default False

Other way is use the tag functionality of s3
Screenshot from 2024-02-17 12-37-16

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