I know I asked a similar question here. It helped me a lot and I understood it well. But I can't find my way through a "generalized" method to resolve it if I "split" my ring in, let's say, three other rings.
For example, I want to find the idempotent elements of $\Bbb Z_{540}$, so:
$$\Bbb Z_{540} = \Bbb Z_{27} \times \Bbb Z_4 \times\Bbb Z_5$$
I tried to resolve it as the one for $\Bbb Z_{36}$ (see the link), but it didn't work. For $(\widetilde0, \bar0, \mathring1)$ I had:
$$ \color{blue}1\cdot \color{red}{27\cdot a} + \color{blue}1\cdot\color{red}{4\cdot b} + \color{blue}0\cdot\color{red}{5\cdot c} = 1 $$
For $a = -1, b = 2$ and $c = 4$, the result is $521\equiv_{540}$ which is not good. How it should really be done? Thanks!