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

Update Rule0044AnalyzeTransferField.cs #601

Merged
merged 1 commit into from
May 2, 2024

Conversation

fvet
Copy link
Contributor

@fvet fvet commented Apr 29, 2024

Resolves #600

  • Fixed typo 'BankAccount' > 'Bank Account'
  • Added transferfields support between Customer > Customer Templ.

Cfr. codeunit 1381 "Customer Templ. Mgt."
...
CustomerTempl.TransferFields(Customer);
...

- Fixed typo 'BankAccount' > 'Bank Account'
- Added transferfields support between Customer > Customer Templ.

Cfr. codeunit 1381 "Customer Templ. Mgt."
...
CustomerTempl.TransferFields(Customer);
...
@Arthurvdv
Copy link
Collaborator

Thank you for fixing this typo and adding an missing entity.

@Arthurvdv Arthurvdv changed the base branch from master to prerelease May 2, 2024 13:50
@Arthurvdv Arthurvdv merged commit 81ebdf9 into StefanMaron:prerelease May 2, 2024
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

Successfully merging this pull request may close these issues.

LC0044 - Add support for extra transferfields from Base Application
2 participants