How to re add Get TransactionData.Xmal back to Reframework

Hi ,
I need an help, I removed get transactionData Xmal from Reframework and I need to add it back to the same , how to do it any help.?

Hey @monisharpa2020
The easiest way is to create a new REFramework-based project and simply copy the missing file back into your current project folder. Once you have the file in place, you need to make sure it includes the correct arguments, such as in_TransactionNumber, in_TransactionData, out_TransactionItem etc. matching how they are used in the rest of the framework.
If your project is under version control (like GIT) you can restore the GetTransactionData.xaml file from the repository history.

Yes , I felt so, but actually I almost 90% implemented a solution and at the end of it, I realized Get transaction Xml will benefit.
is there are way we can move all the xamls and project dependencies to another new framework.

Hi @monisharpa2020,

i am attaching the Get transaction data.xml file that comes by default with re-framework.
Copy it in project under Framework.

you can modify it as per your need.

Hope it helps.

Regards
Sonali
GetTransactionData.xaml (16.8 KB)

@monisharpa2020
If you’ve already implemented most of your solution and only now realized that using the full REFramework would benefit you, then the best way forward is to create a fresh REFramework-based project and move your existing logic into it.
You can do this manually by creating a new project from the REFramework template, then copying your .xaml files (like workflows, helper logic, etc.) into appropriate places in the new structure.
It’s a bit of effort, but it’s the cleanest way to fully benefit from the framework’s capabilities.