How does a custom request table create a task on a custom task table

Blaze2
Kilo Guru

First time creating a table where a request will come from and a subsequent task.

Normally it is just the table for the application I am creating for, so please forgive me for my ignorance.

Here is the scenario.

I created two tables

u_blaze_requests

u_blaze_tasks

I have numbered them BR and BT respectively.

How would I get a Request created from "BR" to create an "BT".
I am playing around in my personal instance and for the life of me can't understand the logic.

All I am able to accomplish is creating the BR and then it creates an RITM.

Any Help Would Be Appreciated

1 ACCEPTED SOLUTION

Blaze2
Kilo Guru

I ended up killing the table then recreating it by extending the Service Management Table.



This gave me all of the functionality that I needed.


View solution in original post

26 REPLIES 26

I'm glad you were able to resolve it. But still I'm curious why the table you've created before didn't work.



Darshak


Hi @Blaze2 , 

Can you please provide the table name( like what is the prefix for this table with list.do)

Also, I'm also trying to build two tables which are similar to Requested Item(sc_req_item) and Catalog Task(sc_task_) tables. Can yo u please guide me on this.

Thanks in Advance.