15
Views
2
Comments
Problem pulling in a dependency from a mailling module we made.
Application Type
Reactive

Hello


Im trying to pull in a dependency from a module where we handle all our mailing but it does gives a warning and it does not let me pull the dependency. I have done this a couple of times for other setups and it worked fine. 

 After creating the 1st mail we noticed this error below. It simply just ignores what we tried to pull from producer module. So the consumer will not have any references. Pulling in other dependencies of other modules works fine but for modules specific to our mails it just gives said problem.

I do have to say we just did an upgrade to a new build of the OutSystems 11. Which went a bit strangely where we had to check with outsystems. Apparently there was something that did not go completely right. Is this related I do not know.

What have I tried:

1) Duping the module and recreating

2) Recreating the functions we tried to pull in.


Thanks in advance

Simon


2023-07-31 05-30-45
Siddharth Mukherji

You can check if all the required things in producer (Email Wrappers or Structure ) have been made public or not.

Also if you can send the OML it will be helpful. Regards

2025-08-01 13-50-51
Simon Vandersmissen

I will need to refactor a couple of things. Would it also need all images to be public?

EDIT: I made everything public and it still does not work

FYI I can pull in dependency from our FE but when I do it from a BL service module it does not work

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.