Jump to content
Server Maintenance This Week. ×

Ongoing payables


This topic is 2115 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi there. I have two tables. One for accounts payable and a second one for monthly ongoing payables. The last one holds 10 records which are recurring expenses. I am struggling to transfer the recurring expenses to the accounts payable table. What would be the best approach to deal with this issue?

Link to comment
Share on other sites

You could import them into "accounts payable" table and use "replace field content" or loop through imported records and set their Foreign-keys if needed. 

Or, you can make a relationship between the 2 tables and allow "recurring expenses" table to create records in "accounts payable" table. Then loop through records of "recurring expenses" table and create records in "accounts payable" table using a portal. 

You can set the fields values in the loop script using "set field" script step, or you may use "lookup" or "auto enter calc" on "accounts payable" table fields to pull values from "recurring expenses" table.

Link to comment
Share on other sites

This topic is 2115 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.